servicepoint/examples/moving_line/Cargo.toml

11 lines
222 B
TOML
Raw Normal View History

2024-05-10 01:00:30 +02:00
[package]
name = "moving_line"
version = "0.1.0"
edition = "2021"
2024-05-11 17:38:25 +02:00
publish = false
2024-05-10 01:00:30 +02:00
[dependencies]
servicepoint = { path = "../../crates/servicepoint" }
2024-05-12 13:51:41 +02:00
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"