Cargo.toml 400 B

12345678910111213141516171819
  1. [package]
  2. name = "gnome"
  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. swarm-consensus = {path = "/home/dxtr/projects/swarm-consensus"}
  8. bytes = "1.5.0"
  9. futures = "0.3.30"
  10. rsa = "0.10.0-pre.1"
  11. rand = "0.8.5"
  12. aes-gcm = "0.10.3"
  13. [dependencies.async-std]
  14. version = "1.12"
  15. features = ["attributes"]