summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-06 16:10:48 +0200
committerandromeda <andromeda@lenovo>2026-04-06 16:10:48 +0200
commit202e26714acc31bdf984d2eb6bd114f1b37ab83f (patch)
tree9fcfd3e202c04cf7f6ebef063d16a827ab27f1d2 /Cargo.toml
parent8942975bc4ba972d67b7cd3e86dbb3ece5612816 (diff)
rgb
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58996d3..60e9b52 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ version = "0.1.0"
[[bin]]
name = "esp32c6-play"
-path = "./src/bin/main.rs"
+path = "./src/main.rs"
[dependencies]
esp-hal = { version = "~1.0", features = ["esp32c6", "log-04", "unstable"] }
@@ -23,6 +23,7 @@ esp-backtrace = { version = "0.18.1", features = [
esp-println = { version = "0.16.1", features = ["esp32c6", "log-04"] }
esp-hal-smartled = { version = "0.17.0", features = ["esp32c6"] }
smart-leds = { version = "0.4.0", default-features = false }
+micromath = { version = "2.1.0", default-features = false }
[profile.dev]