Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
11
crates/application/Cargo.toml
Normal file
11
crates/application/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "application"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
domain = { workspace = true }
|
||||
heapless = { version = "0.9.3", default-features = false }
|
||||
thiserror = { workspace = true }
|
||||
Reference in New Issue
Block a user