aboutsummaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-10-05 17:54:31 -0400
committerNathan Perry <np@nathanperry.dev>2024-10-05 17:54:31 -0400
commita0498330ef7d035890ab1b3632d789ee3c9fccdf (patch)
treed7376d731774fe5b1898b6301b964404cc58680d /host
parentf63136fe84f4dcebac13c9055faac2e5a67d7786 (diff)
dummy fw bme bringup
Diffstat (limited to 'host')
-rw-r--r--host/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/host/Cargo.toml b/host/Cargo.toml
index 886962c..2b8dd7f 100644
--- a/host/Cargo.toml
+++ b/host/Cargo.toml
@@ -1,7 +1,11 @@
[package]
name = "ocularium_host"
-version = "0.1.0"
-edition = "2021"
+version.workspace = true
+edition.workspace = true
+authors.workspace = true
+license.workspace = true
+homepage.workspace = true
+repository.workspace = true
[dependencies]
clap = { version = "4.5.18", features = ["derive"] }