mirror of
https://github.com/zerotier/coyote.git
synced 2024-11-24 12:18:02 +00:00
removing local path dep on ratpack
This commit is contained in:
parent
74b39535c6
commit
5c1749e146
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ hyper = "^0.14"
|
|||
http = "^0.2"
|
||||
url = { version = "^2.2", features = [ "serde" ] }
|
||||
deadpool-postgres = { version = "^0.10", features = ["serde"] }
|
||||
ratpack = { version = "^0.1", path = "../ratpack" }
|
||||
ratpack = { version = "^0.1" }
|
||||
log = "^0.4"
|
||||
trust-dns-client = "^0.20"
|
||||
openssl = "^0.10"
|
||||
|
|
Loading…
Reference in a new issue