Refactor rust-gbt

This commit is contained in:
junderw
2024-03-10 13:27:09 +09:00
parent 7bedb9488b
commit 92a5fc8159
22 changed files with 187 additions and 540 deletions

3
rust/gbt/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
napi_build::setup();
}