diff --git a/example/proxy/Cargo.toml b/example/proxy/Cargo.toml deleted file mode 100644 index 05e5f9d..0000000 --- a/example/proxy/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -publish = false -name = "riven_example_proxy" -version = "0.0.0" -authors = [ "Mingwei Samuel " ] -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"