aboutsummaryrefslogtreecommitdiff
path: root/host/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'host/Cargo.toml')
-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"] }