48 lines
1.1 KiB
TOML
48 lines
1.1 KiB
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]
|
|
embassy-nrf.workspace = true
|
|
# embassy-time.workspace = true
|
|
embassy-executor.workspace = true
|
|
embassy-sync.workspace = true
|
|
embassy-embedded-hal.workspace = true
|
|
embassy-futures.workspace = true
|
|
embassy-usb.workspace = true
|
|
embassy-usb-logger.workspace = true
|
|
|
|
# embedded-alloc.workspace = true
|
|
embedded-hal.workspace = true
|
|
embedded-hal-async.workspace = true
|
|
|
|
cortex-m.workspace = true
|
|
cortex-m-rt.workspace = true
|
|
|
|
defmt.workspace = true
|
|
defmt-rtt.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
|
|
# lsm6ds3tr.workspace = true
|
|
# nrf-softdevice.workspace = true
|
|
# nrf-softdevice-s140.workspace = true
|
|
fixed.workspace = true
|
|
atomic-pool.workspace = true
|
|
|
|
panic-probe.workspace = true
|
|
defmt-serial.workspace = true
|
|
static_cell.workspace = true
|
|
assign-resources.workspace = true
|
|
# embassy-embedded-hal.workspace = true
|