Skip to content

Commit b2ef8e0

Browse files
committed
feat: scaffold project skeleton with clap CLI definitions
Phase 1: Set up Cargo.toml with all dependencies, main.rs with full clap command/subcommand structure, errors.rs for SDK error conversion, config/firebase/output/prompt foundational modules, and command stubs for claims, users, links, emulator, config, and info. Compiles clean with cargo check.
0 parents  commit b2ef8e0

16 files changed

Lines changed: 5095 additions & 0 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
.docs/

0 commit comments

Comments
 (0)