nostr-rs-relay/Cargo.toml

15 lines
347 B
TOML
Raw Normal View History

2021-11-20 21:28:10 -05:00
[package]
name = "nostr-rs-relay"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-11-20 21:59:40 -05:00
log = "0.4.14"
env_logger = "0.9.0"
tokio = { version = "1.14.0", features = ["full"] }
futures-util = "0.3.17"
tokio-tungstenite = "0.16.0"
2021-11-21 14:31:23 -05:00
tungstenite = "0.16.0"