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