Support to generate user-password attribute

This commit is contained in:
moznion
2020-11-25 01:04:05 +09:00
parent 84943f10eb
commit 5d5d1dbf68
4 changed files with 60 additions and 10 deletions
+1
View File
@@ -1,3 +1,4 @@
gen:
cat /dev/null > $(PWD)/src/rfc2865.rs
cargo run --bin code_gen $(PWD)/dicts/dictionary.rfc2865 $(PWD)/src/rfc2865.rs
cargo fmt