more build optimization

This commit is contained in:
41666 2022-12-13 00:20:24 -05:00
parent 267a8c11c3
commit 5ca02948df
9 changed files with 1429 additions and 246 deletions

1
hack/codegen/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
target

1411
hack/codegen/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,4 @@
use std::process;
use lazy_static::lazy_static;
use regex::{Regex, RegexBuilder};
use serde::{Deserialize, Serialize};