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.

18 lines
401 B

4 years ago
  1. [package]
  2. name = "merkletree-rs"
  3. version = "0.0.3"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2018"
  6. license = "GPL-3.0"
  7. description = "Sparse MerkleTree"
  8. repository = "https://github.com/arnaucube/merkletree-rs"
  9. readme = "README.md"
  10. [dependencies]
  11. tiny-keccak = "1.4.2"
  12. rustc-hex = "1.0.0"
  13. bitreader = "0.3.1"
  14. arrayref = "0.3.5"
  15. byteorder = "1.3.1"
  16. hex = "0.3.2"
  17. rusty-leveldb = "0.2.4"