mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
14 lines
No EOL
360 B
TOML
14 lines
No EOL
360 B
TOML
[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"
|
|
teloxide = "0.10.1"
|
|
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
|
|
log = "0.4.17"
|
|
pretty_env_logger = "0.4.0" |