mirror of
https://github.com/rustfs/rustfs.git
synced 2026-05-09 08:15:54 +08:00
5 lines
102 B
Rust
5 lines
102 B
Rust
fn main() -> shadow_rs::SdResult<()> {
|
|
shadow_rs::ShadowBuilder::builder().build()?;
|
|
Ok(())
|
|
}
|