servicepoint/examples/moving_line/Cargo.toml

7 lines
116 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 = "../.." }