mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 19:06:32 +00:00
fixup! Move proxy to make it an example, update its README.md
This commit is contained in:
parent
b52ddcd5df
commit
4039a355d3
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
[package]
|
||||
publish = false
|
||||
name = "riven_example_proxy"
|
||||
version = "0.0.0"
|
||||
authors = [ "Mingwei Samuel <mingwei.samuel@gmail.com>" ]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
hyper = { version = "0.14", features = [ "server" ] }
|
||||
lazy_static = "1.4"
|
||||
riven = { path = "../../riven" }
|
||||
tokio = { version = "1.0", features = [ "full" ] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.2"
|
Loading…
Reference in a new issue