mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
14 lines
285 B
TOML
14 lines
285 B
TOML
[package]
|
|
name = "nauthz-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# Common dependencies
|
|
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
|
|
prost = "0.11"
|
|
tonic = "0.8.3"
|
|
|
|
[build-dependencies]
|
|
tonic-build = { version="0.8.3", features = ["prost"] }
|