Abgabe
This commit is contained in:
19
kawaii/kawaii-rs/Cargo.toml
Normal file
19
kawaii/kawaii-rs/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "kawaii-rs-api"
|
||||
version = "0.1.0"
|
||||
authors = ["Simon Wörner <git@simon-woerner.de>"]
|
||||
|
||||
[lib]
|
||||
name = "kawaii"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[features]
|
||||
measure = [
|
||||
"kawaii/measure",
|
||||
"emergency_stop/measure",
|
||||
"ultrasonic_irq/measure" ]
|
||||
|
||||
[dependencies]
|
||||
emergency_stop = { git = "https://git.brn.li/kawaii-robotto/emergency-stop.git" }
|
||||
kawaii = { git = "https://git.brn.li/kawaii-robotto/kawaii-rs.git" }
|
||||
ultrasonic_irq = { git = "https://git.brn.li/kawaii-robotto/ultrasonic-irq.git" }
|
||||
Reference in New Issue
Block a user