Files
clean_file/Cargo.toml
T
2026-07-13 11:58:03 -04:00

15 lines
467 B
TOML

[package]
name = "clean_file"
version = "1.1.0"
edition = "2024"
rust-version = "1.96"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.52.3", features = ["full"] }
serde_json = { version = "1.0.150" }
schedtxt_models = { git = "ssh://git@git.kundeng.us/phoenix/schedtxt_models.git", tag = "v0.5.3", features = ["contact"] }
[dev-dependencies]
async-std = { version = "1.13.2" }