Cargo.toml 426 B

123456789101112131415
  1. [package]
  2. name = "crypsinous"
  3. version = "0.1.0"
  4. description = "crypsinous blockchain simulation"
  5. authors = ["mohab-metwally@riseup.net"]
  6. license = "AGPL-3.0-only"
  7. edition = "2021"
  8. [dependencies]
  9. async-std = {version = "1.11.0", features = ["attributes"]}
  10. darkfi = {path = "../../", features = ["node", "tx"]}
  11. url = "2.2.2"
  12. thread = "0.1.0"
  13. futures = "0.3.21"
  14. #url = {version = "2.2.2", features = ["serde"], optional = true}