mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
12 lines
246 B
TOML
12 lines
246 B
TOML
[package]
|
|
name = "announce"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
servicepoint2 = { path = "../.." , default-features = false }
|
|
log = "0.4.21"
|
|
env_logger = "0.11.3"
|