init rust command parser

This commit is contained in:
alyssa 2024-09-13 16:02:30 +09:00
parent 32a6e97342
commit c3cc5c9d03
15 changed files with 968 additions and 27 deletions

View file

@ -0,0 +1,7 @@
[package]
name = "command_system_macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true