1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-05-15 02:50:43 +00:00
This commit is contained in:
Dominic 2019-10-20 17:42:33 +02:00
parent 11aa24f6ce
commit 78be60b1a4
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
12 changed files with 29 additions and 5 deletions

View file

@ -6,3 +6,7 @@ members = [
"gotham_restful_derive",
"example"
]
[patch.crates-io]
gotham_restful = { path = "./gotham_restful" }
gotham_restful_derive = { path = "./gotham_restful_derive" }