init
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "esp32c3"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = [ "Marvin Drescher <m@sparv.in>" ]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
critical-section = "1.1.1"
|
||||
embassy-executor = { package = "embassy-executor", git = "https://github.com/embassy-rs/embassy/", rev = "eed34f9", features = ["nightly", "integrated-timers"] }
|
||||
embassy-time = { version = "0.1.0", features = ["nightly"] }
|
||||
embedded-hal = "0.2.7"
|
||||
esp-backtrace = { version = "0.4.0", features = ["esp32c3", "exception-handler", "panic-handler"] }
|
||||
esp-hal-common = { version = "0.4.0", features = ["esp32c3"] }
|
||||
esp-println = { version = "0.3.1", features = ["esp32c3"] }
|
||||
esp32c3-hal = { version = "0.4.0", features = ["embassy", "embassy-time", "embassy-time-timg0", "smartled", "embedded-hal-async", "async", "direct-boot"] }
|
||||
riscv = "0.10.0"
|
||||
riscv-rt = "0.10.0"
|
||||
static_cell = "1.0.0"
|
||||
Reference in New Issue
Block a user