Restructure Rust project
This commit is contained in:
parent
1179ec1769
commit
82d287d9c4
73 changed files with 15 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
pushd "$(dirname "$0")"
|
||||
|
||||
# Generate crate::gen::* code.
|
||||
# Generate common::gen::* code.
|
||||
pushd gen
|
||||
npm i
|
||||
bash gen.sh
|
||||
|
|
|
|||
Reference in a new issue