Dependency name change (#9)
clean_file Build / Check (push) Successful in 46s
clean_file Build / Rustfmt (push) Successful in 42s
clean_file Build / Test Suite (push) Successful in 1m28s
clean_file Build / build (push) Successful in 1m7s
clean_file Build / Clippy (push) Successful in 2m15s

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-07-13 12:06:24 -04:00
parent f837b0f5d0
commit 235174b404
5 changed files with 1020 additions and 505 deletions
+2 -6
View File
@@ -1,17 +1,13 @@
[package]
name = "clean_file"
version = "1.1.0"
version = "1.1.1"
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"] }
futures = { version = "0.3.32" }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.150" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["contact"] }
schedtxt_models = { git = "ssh://git@git.kundeng.us/phoenix/schedtxt_models.git", tag = "v0.5.3", features = ["contact"] }
[dev-dependencies]
tempfile = { version = "3.27.0" }
async-std = { version = "1.13.2" }