feat(rustfs): add build info (#121)

This commit is contained in:
Nugine
2024-11-09 15:23:51 +08:00
committed by GitHub
parent 70374bda43
commit bf71bc27b9
5 changed files with 295 additions and 61 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
}