1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00
patched-porobot/Cargo.toml

17 lines
397 B
TOML
Raw Normal View History

2022-07-31 05:12:50 +00:00
[package]
name = "patched-porobot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1.0.140"
serde_json = "1.0.82"
2022-07-31 06:29:34 +00:00
teloxide = "0.10.1"
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
log = "0.4.17"
2022-07-31 07:13:34 +00:00
pretty_env_logger = "0.4.0"
glob = "0.3.0"
itertools = "0.10.2"