servicepoint/examples/moving_line/Cargo.toml
2024-05-11 23:16:41 +02:00

11 lines
248 B
TOML

[package]
name = "moving_line"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
servicepoint2 = { path = "../.." , default-features = false }
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.11.3"
log = "0.4.21"