mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
chore: fix clippy warnings
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -123,6 +123,12 @@ version = "1.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
||||
|
||||
[[package]]
|
||||
name = "capitalize"
|
||||
version = "0.3.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b5271031022835ee8c7582fe67403bd6cb3d962095787af7921027234bab5bf"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.2.38"
|
||||
@@ -1726,6 +1732,7 @@ name = "tg-relay-rs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"capitalize",
|
||||
"color-eyre",
|
||||
"dotenv",
|
||||
"futures",
|
||||
|
||||
Reference in New Issue
Block a user