Restructure the project tree

This commit is contained in:
moznion
2020-11-29 12:45:35 +09:00
parent 388abee17a
commit 0ef10d8554
31 changed files with 113 additions and 149 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "code-generator"
version = "0.1.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
[dependencies]
regex = "1"
getopts = "0.2"
Inflector = "0.11"