1234567891011121314 |
- [package]
- name = "nostr-rs-personal-relayer"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- nostr-rs-types = { path = "../types" }
- nostr-rs-storage-base = { path = "../storage/base" }
- nostr-rs-client = { path = "../client" }
- nostr-rs-relayer = { path = "../relayer" }
- thiserror = "1.0.39"
- url = { version = "2.5.2", features = ["serde"] }
- futures = "0.3.30"
- tokio = { version = "1.39.2", features = ["full"] }
|