aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
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 /common/Cargo.toml
parentf63136fe84f4dcebac13c9055faac2e5a67d7786 (diff)
dummy fw bme bringup
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
new file mode 100644
index 0000000..bcde395
--- /dev/null
+++ b/common/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "ocularium_common"
+version.workspace = true
+edition.workspace = true
+authors.workspace = true
+license.workspace = true
+homepage.workspace = true
+repository.workspace = true
+
+[dependencies]
+serde = { workspace = true, default-features = false, features = ["derive", "alloc"] }
+na = { package = "nalgebra", version = "0.32", default-features = false, features = ["serde-serialize-no-std"] }