From a0498330ef7d035890ab1b3632d789ee3c9fccdf Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 5 Oct 2024 17:54:31 -0400 Subject: dummy fw bme bringup --- host/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'host/Cargo.toml') 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"] } -- cgit v1.3.1