noise-server/Cargo.toml
erik c15c9a7b09 Add juniper-from-schema to dependencies
Co-authored-by: Elias Schriefer
2021-05-10 13:31:46 +00:00

17 lines
435 B
TOML

[package]
name = "noise-server"
version = "0.1.0"
authors = ["EliasSchriefer <elischriefer@gmail.com>", "Erik Foris <erikfor@outlook.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
juniper = "^0.15"
juniper_warp = "^0.6"
juniper-from-schema = "^0.5"
[dependencies.warp]
version = "^0.3"
default-features = false
features = ["compression", "tls"]