15 lines
502 B
TOML
15 lines
502 B
TOML
[package]
|
|
name = "mk-dl-bot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
dotenv = "0.15.0"
|
|
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "process"] }
|
|
teloxide = { version = "0.12.2", git ="https://github.com/teloxide/teloxide", features = ["macros"] }
|
|
serde = { version = "1.0.196", features = ["derive"] }
|
|
serde_json = "1.0.113"
|
|
ordered-float = "4.2.0"
|