Project setup

This commit is contained in:
2022-10-10 17:33:41 -07:00
parent 886fbf0020
commit a0093161cd
4 changed files with 50 additions and 12 deletions

22
Cargo.toml Normal file
View File

@ -0,0 +1,22 @@
[workspace]
members = [
"master"
]
[workspace.package]
version = "0.1.0"
edition = "2021"
repository = "https://git.bfpower.io/BFPOWER/physical"
readme = "README.md"
license = "MIT"
[workspace.dependencies]
thiserror = "1.0.*"
uom = "0.33.*"
# Logging
log = "0.4.*"
env_logger = "0.9.*"
# Async
tokio = "1.21.*"