Add deku, ron and sha2 to re-exports

This commit is contained in:
Nathan Fisher 2023-04-03 18:43:58 -04:00
parent 218abdaa87
commit 90b163eb1b
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@ rayon = "1.7"
ron = "0.8"
sha2 = "0.10"
walkdir = "2.3"
zstd = "0.12"
thiserror = "1.0"
libc = "0.2"

View File

@ -7,5 +7,7 @@ pub use {
deku,
package::{Dependency, Package, Specs},
plist::*,
ron,
sha2,
version::*,
};