-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
20 lines (17 loc) · 866 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "embassy-on-esp"
version = "0.1.0"
authors = ["Leon <[email protected]>"]
edition = "2021"
license = "MIT"
[dependencies]
esp32c6-hal = {version = "0.8.0", features = ["log", "embassy", "async", "embassy-executor-thread", "embassy-executor-interrupt", "embassy-time-systick"]}
esp-backtrace = { version = "0.10.0", features = ["esp32c6", "panic-handler", "exception-handler", "print-jtag-serial"] }
esp-println = { version = "0.8.0", default-features = false, features = ["esp32c6", "log", "jtag-serial"] }
log = { version = "0.4.20" }
embassy-executor = { version = "0.5.0", features = ["nightly"] }
embassy-sync = "0.5.0"
embassy-time = {version = "0.3.0", features = ["tick-hz-16_000_000"]}
esp-hal-smartled = { version = "0.8.0", features = ["esp32c6"] }
smart-leds = "0.4.0"
rgb = "0.8.37"