Files
altherego/Cargo.toml
Aleksandr Trushkin 350d0dbceb initial commit
2020-11-13 19:08:34 +03:00

19 lines
469 B
TOML

[package]
name = "altherego"
version = "0.1.0"
authors = ["Aleksandr Trushkin <aleksandr.trushkin@rt.ru>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
teloxide = "0.3"
teloxide-macros = "0.3"
tokio = {version = "0.2.23", features = ["full"]}
reqwest = "0.10.8"
serde = "1.0.117"
serde_json = "1.0.59"
uuid = { version = "0.8.1", features = ["v4"] }
log = "0.4"
env_logger = "0.8.1"