17 lines
422 B
TOML
17 lines
422 B
TOML
|
[package]
|
||
|
name = "tflite_demo"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
cortex-m.workspace = true
|
||
|
cortex-m-rt.workspace = true
|
||
|
nrf52840-hal.workspace = true
|
||
|
usb-device.workspace = true
|
||
|
usbd-serial.workspace = true
|
||
|
microflow.workspace = true
|
||
|
libm.workspace = true
|
||
|
nalgebra.workspace = true
|
||
|
heapless.workspace = true
|