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