Separate the code generator to dedicated project

This commit is contained in:
moznion
2020-11-28 17:52:49 +09:00
parent a529b5f0a6
commit 9aa39d584a
8 changed files with 111 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
test:
cargo test
build:
cargo build
lint:
cargo clippy