Bootstrap DD3 Rust port workspace with host-first compatibility tests
This commit is contained in:
12
crates/dd3_firmware/Cargo.toml
Normal file
12
crates/dd3_firmware/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "dd3_firmware"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
esp-idf = []
|
||||
esp-hal = []
|
||||
|
||||
[dependencies]
|
||||
dd3_core = { path = "../dd3_core" }
|
||||
Reference in New Issue
Block a user