mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
8 lines
91 B
Rust
8 lines
91 B
Rust
use hypha::error::Result;
|
|
|
|
fn main() -> Result<()> {
|
|
env_logger::init();
|
|
|
|
Ok(())
|
|
}
|