2021-06-02 22:52:01 +00:00
|
|
|
[package]
|
|
|
|
name = "tenebrous-api"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["projectmoon <projectmoon@agnos.is>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-05 14:34:22 +00:00
|
|
|
log = "0.4"
|
|
|
|
tracing-subscriber = "0.2"
|
|
|
|
tonic = { version = "0.4" }
|
2021-06-02 22:52:01 +00:00
|
|
|
prost = "0.7"
|
|
|
|
tenebrous-rpc = { path = "../rpc" }
|
2021-06-05 14:34:22 +00:00
|
|
|
juniper = { git = "https://github.com/graphql-rust/juniper", branch = "master" }
|
|
|
|
juniper_rocket_async = { git = "https://github.com/graphql-rust/juniper", branch = "master" }
|
|
|
|
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
|