1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 23:07:01 +00:00

gotham finally has a release candidate

This commit is contained in:
Dominic 2020-05-20 09:33:12 +02:00
parent 8321b63982
commit c1cb0e692a
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
6 changed files with 10 additions and 436 deletions

View file

@ -15,8 +15,8 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
fake = "2.2"
gotham = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev", default-features = false }
gotham_derive = { git = "https://github.com/gotham-rs/gotham", version = "0.5.0-dev", default-features = false }
gotham = { version = "0.5.0-rc.1", default-features = false }
gotham_derive = "0.5.0-rc.1"
gotham_restful = { version = "0.1.0-dev", features = ["auth", "openapi"] }
log = "0.4.8"
log4rs = { version = "0.12", features = ["console_appender"], default-features = false }