All checks were successful
CI / Check / Test (push) Successful in 3m40s
Co-authored-by: Copilot <copilot@github.com>
12 lines
269 B
TOML
12 lines
269 B
TOML
[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 }
|