diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-10-05 17:54:31 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-10-05 17:54:31 -0400 |
| commit | a0498330ef7d035890ab1b3632d789ee3c9fccdf (patch) | |
| tree | d7376d731774fe5b1898b6301b964404cc58680d /host/Cargo.toml | |
| parent | f63136fe84f4dcebac13c9055faac2e5a67d7786 (diff) | |
dummy fw bme bringup
Diffstat (limited to 'host/Cargo.toml')
| -rw-r--r-- | host/Cargo.toml | 8 |
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"] } |
