mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-21 09:31:19 +02:00
General structure
This commit is contained in:
4
src/lib.rs
Normal file
4
src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
// clap
|
||||
use clap::{App, Arg};
|
||||
|
||||
|
@@ -1,3 +1,7 @@
|
||||
use scootaloo::*;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let config = Config::new();
|
||||
|
||||
run(config);
|
||||
}
|
||||
|
Reference in New Issue
Block a user