azalea/azalea-chat/Cargo.toml

12 lines
244 B
TOML
Raw Normal View History

2021-12-07 22:12:16 +00:00
[package]
2021-12-09 18:14:18 +00:00
edition = "2021"
2021-12-16 05:10:55 +00:00
name = "azalea-chat"
2021-12-07 22:12:16 +00:00
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-10 06:54:58 +00:00
lazy_static = "1.4.0"
2021-12-11 21:17:42 +00:00
serde = "^1.0.130"
2021-12-08 06:41:42 +00:00
serde_json = "^1.0.72"