Files
altherego/Cargo.toml
Aleksandr Trushkin d5681018dd print app version
2021-01-11 01:03:53 +03:00

21 lines
538 B
TOML
Executable File

[package]
name = "altherego"
version = "0.9.5"
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"
envconfig = "0.9.1"
openssl = {version="*", features = ["vendored"]}