rust-moxin-ai-client/moxin-protocol/Cargo.toml

12 lines
300 B
TOML

[package]
name = "moxin-protocol"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }