Add code-generator proto

This commit is contained in:
moznion
2020-11-24 02:03:11 +09:00
parent 6c7012c609
commit 3eab4f16b1
3 changed files with 176 additions and 0 deletions

View File

@@ -14,3 +14,5 @@ num_enum = "0.5.1"
tokio = { version = "0.3.4", features = ["full"] }
log = "0.4.11"
thiserror = "1.0"
regex = "1"
getopts = "0.2"