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