Files
clean_file/Cargo.toml
T
2025-03-09 18:56:00 +00:00

12 lines
326 B
TOML

[package]
name = "clean_file"
description = "Software tool that sanitizes a list of phone numbers"
version = "0.3.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"