Skip to content

Commit ee06a2e

Browse files
The message is fine as is.
1 parent 0fb18e6 commit ee06a2e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)