izzilis/Cargo.toml

21 lines
503 B
TOML
Raw Normal View History

[package]
name = "izzilis"
version = "0.1.0"
authors = ["Emilis <grinding@graduate.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = { version = "1.9.0", features = ["unstable"] }
chrono = "0.4.19"
elefren = { version = "0.22.0", features = ["toml"] }
futures = "0.3.15"
futures-timer = "3.0.2"
rand = "0.8.4"
serde = "1.0.126"
serde_json = "1.0.64"
smol = "1.2.5"
2021-07-06 00:54:08 +01:00
telegram-bot = "0.8.0"
uuid = "0.8.2"