servicepoint/examples/moving_line/Cargo.toml

10 lines
216 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]
2024-05-12 13:51:41 +02:00
servicepoint2 = { path = "../../servicepoint2" }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"