1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

dependency management

This commit is contained in:
Dominic 2020-04-15 23:15:13 +02:00
parent 40e6d1bc03
commit a493071ff8
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
7 changed files with 16 additions and 23 deletions

View file

@ -18,11 +18,6 @@ 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.5-dev", features = ["auth", "openapi"] }
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
serde = "1"
[dev-dependencies]
fake = "2.2"
log = "0.4"
log4rs = { version = "0.8", features = ["console_appender"], default-features = false }
log = "0.4.8"
log4rs = { version = "0.11", features = ["console_appender"], default-features = false }
serde = "1.0.106"