summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 06ee7705cd3159df93d1dfda92d33a990cc9a632 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "unict-reservation"
version = "0.1.0"
edition = "2018"

[dependencies]
teloxide = { version = "0.4", features = ["auto-send", "macros"] }
log = "0.4.8"
pretty_env_logger = "0.4.0"
tokio = { version =  "1.3", features = ["rt-multi-thread", "macros"] }