my-project/
βββ Anchor.toml # Project config
βββ Cargo.toml # Workspace root
βββ programs/
β βββ my-program/
β βββ src/
β βββ lib.rs # Program entry
βββ tests/
β βββ my-program.ts # Integration tests
βββ app/ # Frontend