Resolved comments

This commit is contained in:
mingxguo27
2020-09-17 14:13:27 +00:00
parent 3a6a78bbf2
commit 6e8eecce59
2 changed files with 8 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
[package]
name = "ctap2-fuzz"
version = "0.0.0"
@@ -14,7 +13,7 @@ libfuzzer-sys = { version = "0.3"}
arrayref = "0.3.6"
libtock_drivers = { path = "../third_party/libtock-drivers" }
crypto = { path = "../libraries/crypto", features = ['std'] }
cbor = { path = "../libraries/cbor"}
cbor = { path = "../libraries/cbor" }
[dependencies.ctap2]
path = ".."