ji-chan/Cargo.toml
2023-08-25 17:37:14 -07:00

22 lines
444 B
TOML

[package]
name = "ji-chan"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15"
rand = "0.8"
tracing = "0.1"
tracing-subscriber = "0.3"
serde_json = "1.0"
reqwest = "0.11"
slug = "0.1"
unicode_hfwidth = "0.2"
fs_extra = "1.3"
poise = "0.5.5"
[dependencies.tokio]
version = "1.32"
features = ["macros", "signal", "rt-multi-thread"]