feat: scaffold Cargo workspace with idfoto-core and idfoto-cli

This commit is contained in:
adlee-was-taken
2026-04-11 22:51:45 -04:00
commit 34cc926f82
7 changed files with 48 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[workspace]
resolver = "2"
members = [
"crates/idfoto-core",
"crates/idfoto-cli",
]