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

Merge branch 'master' into gotham-master

Conflicts:
	example/Cargo.toml
	gotham_restful/Cargo.toml
This commit is contained in:
Dominic 2020-04-15 22:55:26 +02:00
commit 694b45ea60
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
5 changed files with 36 additions and 24 deletions

View file

@ -17,7 +17,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
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_restful = { version = "0.0.3", features = ["auth", "openapi"] }
gotham_restful = { version = "0.0.4", features = ["auth", "openapi"] }
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
serde = "1"