azalea/azalea-chat/Cargo.toml
2021-12-15 23:10:55 -06:00

11 lines
244 B
TOML

[package]
edition = "2021"
name = "azalea-chat"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
serde = "^1.0.130"
serde_json = "^1.0.72"