ji-chan/Cargo.toml
2025-03-25 19:22:24 -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.9"
tracing = "0.1"
tracing-subscriber = "0.3"
serde_json = "1.0"
reqwest = "0.12"
slug = "0.1"
unicode_hfwidth = "0.2"
fs_extra = "1.3"
poise = "0.5.7"
[dependencies.tokio]
version = "1.32"
features = ["macros", "signal", "rt-multi-thread"]