校验 p2
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.

22 lines
507 B

3 years ago
  1. [package]
  2. name = "verify-tool"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. serde = { version = "1.0", features = ["rc", "derive"] }
  8. bincode = "1.1.2"
  9. anyhow = "1.0.55"
  10. [dependencies.filecoin-proofs-v1]
  11. git = "http://193.200.130.186:3000/IPFSNETS/rust-fil-proofs"
  12. branch = "sen_dev"
  13. package = "filecoin-proofs"
  14. # version = "~11.0"
  15. default-features = false
  16. [profile.release]
  17. lto = true
  18. opt-level = 'z'