Move boolean_bitfield into own crate

This commit is contained in:
Paul Hauner
2018-08-23 15:20:10 +10:00
parent 9808d5c209
commit fd1eea561e
6 changed files with 18 additions and 25 deletions

View File

@@ -8,6 +8,7 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
blake2 = "^0.7.1"
blake2-rfc = "0.2.18"
bls = { git = "https://github.com/sigp/bls" }
boolean-bitfield = { path = "boolean-bitfield" }
bytes = ""
crypto-mac = "^0.6.2"
clap = "2.32.0"