chore: Add teloxide
and rust_i18n
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
d12c45ed63
commit
b4dabac947
2 changed files with 1179 additions and 68 deletions
1245
Cargo.lock
generated
1245
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -16,6 +16,7 @@ tracing = "0.1.40"
|
||||||
tracing-subscriber = "0.3.18"
|
tracing-subscriber = "0.3.18"
|
||||||
thiserror = "2.0.2"
|
thiserror = "2.0.2"
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
|
rust-i18n = "3.1.2"
|
||||||
|
|
||||||
reqwest = { version = "0.12.9", default-features = false, features = [
|
reqwest = { version = "0.12.9", default-features = false, features = [
|
||||||
"charset",
|
"charset",
|
||||||
|
@ -30,3 +31,4 @@ tokio = { version = "1.41.1", default-features = false, features = [
|
||||||
"signal",
|
"signal",
|
||||||
] }
|
] }
|
||||||
url = { version = "2.5.3", default-features = false, features = ["serde"] }
|
url = { version = "2.5.3", default-features = false, features = ["serde"] }
|
||||||
|
teloxide = { version = "0.13.0", default-features = false, features = ["macros", "ctrlc_handler", "rustls"] }
|
||||||
|
|
Loading…
Reference in a new issue