mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
9 lines
166 B
TOML
9 lines
166 B
TOML
[package]
|
|
name = "announce"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
servicepoint2 = { path = "../.." }
|