servicepoint/examples/moving_line/Cargo.toml

8 lines
168 B
TOML
Raw Normal View History

2024-05-10 01:00:30 +02:00
[package]
name = "moving_line"
version = "0.1.0"
edition = "2021"
[dependencies]
servicepoint2 = { path = "../.." }
clap = { version = "4.5.4", features = ["derive"] }