17 lines
449 B
TOML
17 lines
449 B
TOML
[workspace]
|
|
members = [
|
|
"tflite_demo"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
cortex-m = { version = "0.7.7", features = ["critical-section-single-core", "inline-asm"] }
|
|
cortex-m-rt = "0.7.2"
|
|
nrf52840-hal = "0.16.0"
|
|
usb-device = "0.2.7"
|
|
usbd-serial = "0.1.0"
|
|
microflow = { path = "../microflow-rs" }
|
|
# microflow = "0.1.3"
|
|
nalgebra = { version = "0.33.2", default-features = false, features = ["macros"] }
|
|
libm = "0.2"
|
|
panic-halt = "1.0.0"
|
|
heapless = "0.8.0" |