azalea/azalea-chat/Cargo.toml
2022-06-23 15:12:17 -05:00

13 lines
330 B
TOML
Executable file

[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]
azalea-buf = {path = "../azalea-buf"}
azalea-language = {path = "../azalea-language"}
lazy_static = "1.4.0"
serde = "^1.0.130"
serde_json = "^1.0.72"