Add deku, ron and sha2 to re-exports
This commit is contained in:
parent
218abdaa87
commit
90b163eb1b
@ -12,7 +12,6 @@ rayon = "1.7"
|
|||||||
ron = "0.8"
|
ron = "0.8"
|
||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
walkdir = "2.3"
|
walkdir = "2.3"
|
||||||
zstd = "0.12"
|
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
|
@ -7,5 +7,7 @@ pub use {
|
|||||||
deku,
|
deku,
|
||||||
package::{Dependency, Package, Specs},
|
package::{Dependency, Package, Specs},
|
||||||
plist::*,
|
plist::*,
|
||||||
|
ron,
|
||||||
|
sha2,
|
||||||
version::*,
|
version::*,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user