mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
11 lines
223 B
TOML
11 lines
223 B
TOML
[package]
|
|
name = "wiping_clear"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
servicepoint = { path = "../../crates/servicepoint" }
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
env_logger = "0.11"
|