setup basic file structure
This commit is contained in:
11
shared/Cargo.toml
Normal file
11
shared/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "shared"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
defmt = ["dep:defmt"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.9.1"
|
||||
defmt = { version = "1.0.1", optional = true }
|
||||
Reference in New Issue
Block a user