Stage 0: Cargo-Workspace anlegen

This commit is contained in:
2026-06-22 08:02:06 +00:00
parent feb8ab987e
commit 4e8c1082c3
+6
View File
@@ -0,0 +1,6 @@
[workspace]
resolver = "2"
members = [
"crates/dtrack-core",
"crates/dtrack-stdio",
]