Commit graph

4 commits

Author SHA1 Message Date
Maxwell Ruben
de03c572c4 Fix readDir with trailing forward-slash on Windows
Output is now consistent regardless of the trailing forward-slash on Windows. Looks like this
was caused by using std::path::MAIN_SEPARATOR and not taking into account that Windows uses both
forward and back slashes. Decided to use tokio's file_name() function instead since it removes the
leading path for you.
2024-06-26 13:12:42 -05:00
Filip Tibell
e2e8beb45c
Bump all crate versions 2024-06-23 12:55:47 +02:00
Filip Tibell
e0b9ceb86d
Add missing repository and description fields to all manifests 2024-05-12 14:32:39 +02:00
Filip Tibell
de71558c5d
Split lune into proper crates (#188) 2024-05-12 13:30:32 +02:00