Project setup

This commit is contained in:
Zachary Sunforge
2023-06-12 09:33:01 -07:00
parent b3b746ca64
commit 8355cc1f24
4 changed files with 122 additions and 14 deletions

View File

@ -7,7 +7,15 @@ repository.workspace = true
readme.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
physical = { path = ".." }
[dependencies.physical]
path = ".."
[dependencies.embedded-hal]
workspace = true
[dependencies.embedded-hal-async]
workspace = true
[dependencies.defmt]
workspace = true
[dependencies.uom]
workspace = true
[dependencies.embassy-sync]
workspace = true