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:
+2
-1
@@ -1,7 +1,8 @@
|
||||
extern crate ansi_term;
|
||||
|
||||
use self::ansi_term::Colour::Fixed;
|
||||
use dust::Node;
|
||||
|
||||
use lib::Node;
|
||||
|
||||
static UNITS: [char; 4] = ['T', 'G', 'M', 'K'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user