Private
Public Access
1
0
Files
Kordophone/kordophone/Cargo.toml

14 lines
423 B
TOML
Raw Normal View History

2024-04-20 18:17:55 -07:00
[package]
name = "kordophone"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-04-21 15:14:16 -07:00
async-trait = "0.1.80"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
time = { version = "0.3.17", features = ["parsing", "serde"] }
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }