10 lines
228 B
TOML
10 lines
228 B
TOML
[package]
|
|
name = "emergency_stop"
|
|
version = "0.1.0"
|
|
authors = ["Simon Wörner <git@simon-woerner.de>"]
|
|
|
|
[features]
|
|
measure = ["kawaii/measure"]
|
|
|
|
[dependencies]
|
|
kawaii = { git = "https://git.brn.li/kawaii-robotto/kawaii-rs.git" } |