You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
214 B

  1. [package]
  2. name = "merkletree-rs"
  3. version = "0.0.1"
  4. authors = ["arnaucube <arnaucube@gmail.com>"]
  5. [dependencies]
  6. tiny-keccak = "1.4.2"
  7. rustc-hex = "1.0.0"
  8. bitreader = "0.3.1"
  9. arrayref = "0.3.5"
  10. byteorder = "1.3.1"