Files
clean_file/Cargo.toml
T
phoenix 56c5aaa1d3
clean_file Build / Check (push) Successful in 1m6s
clean_file Build / Rustfmt (push) Successful in 25s
clean_file Build / Clippy (push) Successful in 58s
clean_file Build / build (push) Successful in 1m55s
clean_file Build / Test Suite (push) Successful in 4m29s
Adding license (#10)
Reviewed-on: #10
2026-07-14 11:28:25 -04:00

16 lines
500 B
TOML

[package]
name = "clean_file"
version = "1.1.1"
edition = "2024"
license = "MIT"
description = "A tool to sanitize US phone numbers"
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]