Cargo.toml 350 B

123456789101112131415
  1. [package]
  2. name = "rpc_client_notifications"
  3. version = "0.1.0"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. async-std = "1.12.0"
  10. darkfi = {path = "../../../", features = ["rpc"]}
  11. futures = "0.3.25"
  12. serde_json = "1.0.87"
  13. url = {version = "2.3.1", features = ["serde"]}