Cargo.toml 396 B

123456789101112131415161718
  1. [package]
  2. name = "nostr-rs-dump"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. nostr-rs-types = { path = "../types" }
  7. nostr-rs-client = { path = "../client" }
  8. tokio = { version = "1.26.0", features = ["full"] }
  9. env_logger = "0.10.0"
  10. futures-util = "0.3.27"
  11. log = "0.4.17"
  12. thiserror = "1.0.40"
  13. futures = "0.3.28"
  14. instant-acme = "0.2.0"
  15. serde = "1.0.183"
  16. toml = "0.7.6"
  17. serde_json = "1.0.105"