13 lines
415 B
TOML
13 lines
415 B
TOML
[package]
|
|
name = "esp32-sound-nostd"
|
|
version = "0.1.0"
|
|
authors = ["Lucas Schumacher <technolucas@protonmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
hal = { package = "esp32-hal", version = "0.16.0" }
|
|
esp-backtrace = { version = "0.9.0", features = ["esp32", "panic-handler", "exception-handler", "print-uart"] }
|
|
esp-println = { version = "0.7.0", features = ["esp32"] }
|
|
libm = "0.2.8"
|