Skip to content

Commit 6eb43f9

Browse files
committed
Move splashsurf main to bin folder
1 parent c3a59d8 commit 6eb43f9

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
pub mod cli;
2-
mod convert;
3-
mod io;
4-
mod reconstruct;
5-
#[macro_use]
6-
mod allocator;
7-
mod logging;
8-
9-
pub(crate) use register_counting_allocator;
10-
111
fn main() -> Result<(), anyhow::Error> {
122
/*
133
// Panic hook for easier debugging
@@ -18,7 +8,7 @@ fn main() -> Result<(), anyhow::Error> {
188
*/
199

2010
std::process::exit(
21-
match cli::run_splashsurf(std::env::args_os().collect::<Vec<_>>().as_slice()) {
11+
match splashsurf::cli::run_splashsurf(std::env::args_os().collect::<Vec<_>>().as_slice()) {
2212
Ok(_) => 0,
2313
Err(_) => 1,
2414
},

0 commit comments

Comments
 (0)