summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4f5f5e530f962bf08cf4c6a503b7f439330ea91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"] }
thirtyfour = "0.26.0"

config = "0.10.1"
serde = { version = "1.0.104", features = ["derive"] }