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