add blake3 crate

This commit is contained in:
DenioD
2020-06-14 08:15:06 +02:00
parent 3ae6169952
commit 6310c6bf0d
2 changed files with 17 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2.58"
lazy_static = "1.4.0"
blake3 = "0.3.4"
silentdragonlitelib = { git = "https://github.com/MyHush/silentdragonlite-cli", rev = "d2887d07879a93bdd9b2c8bd12504bb977e82fe0" }