Skip to content

Commit

Permalink
fixed lib
Browse files Browse the repository at this point in the history
  • Loading branch information
LowPolyCat1 committed Jan 2, 2025
1 parent d8e1bb6 commit 7c6d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![windows_subsystem = "windows"]

use RustyFilesort::run_sorting;
use rusty_filesort::run_sorting;

fn main() {
let file_appender = tracing_appender::rolling::minutely("./logs", "debug.log");
Expand Down

0 comments on commit 7c6d45c

Please sign in to comment.