We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb18e6 commit ee06a2eCopy full SHA for ee06a2e
Cargo.toml
@@ -0,0 +1,18 @@
1
+[workspace]
2
+members = [
3
+ "detector",
4
+ "tracker",
5
+ "examples",
6
+]
7
+resolver = "2"
8
+
9
+# Optional: Default members for `cargo build` and `cargo run` when in the root
10
+# default-members = ["examples"] # Or any specific crate you want to build/run by default
11
12
+# Optional: Common dependencies for the workspace can be defined here
13
+# [workspace.dependencies]
14
+# cxx = "1.0.149"
15
+# image = "0.25.0"
16
+# etc.
17
+# This allows member crates to inherit them using `dep_name.workspace = true`
18
+# For now, keeping it simple as per the plan.
0 commit comments