3.9.4 Add tests to the transcript crate

This commit is contained in:
Luke Parker
2023-03-07 02:25:10 -05:00
parent 20a33079f8
commit a053454ae4
3 changed files with 102 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ digest = "0.10"
blake2 = { version = "0.10", optional = true }
merlin = { version = "3", optional = true }
[dev-dependencies]
blake2 = "0.10"
[features]
recommended = ["blake2"]
merlin = ["dep:merlin"]
tests = []