[package] name = "nostr-rs-relayer" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.40" nostr-rs-types = { path = "../types" } nostr-rs-storage = { path = "../storage" } parking_lot = "0.12.1" tokio = { version = "1.26.0", features = ["sync", "macros", "rt", "time"] }