Files
clean_file/Cargo.toml
T
2025-03-08 22:08:20 -05:00

12 lines
326 B
TOML

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