aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* fix: Remove duplicate `repository` field from Cargo.toml魏曹先生2026-07-231-1/+0
|
* feat: scaffold crate structure and implement core macros魏曹先生2026-07-231-0/+33
Add the project skeleton, LICENSE files, README, Makefile, doc examples, and the initial implementation of `#[func]`, `invoke!`, and `select!` procedural macros.