more build optimization
This commit is contained in:
parent
267a8c11c3
commit
5ca02948df
9 changed files with 1429 additions and 246 deletions
1
hack/codegen/.gitignore
vendored
Normal file
1
hack/codegen/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
target
|
1411
hack/codegen/Cargo.lock
generated
Normal file
1411
hack/codegen/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,4 @@
|
|||
use std::process;
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
use regex::{Regex, RegexBuilder};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue