mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Change package name to du-dust
The binary is still called dust. Sadly dust was taken on crates.io. This change should allow us to send this crate to crates.io
This commit is contained in:
+1
-1
@@ -2,9 +2,9 @@ use std::collections::HashSet;
|
||||
|
||||
use std::fs;
|
||||
|
||||
use dust::Node;
|
||||
use std::path::Path;
|
||||
|
||||
use lib::Node;
|
||||
mod platform;
|
||||
use self::platform::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user