mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
Merge branch 'master' into gotham-master
Conflicts: example/Cargo.toml gotham_restful/Cargo.toml
This commit is contained in:
commit
694b45ea60
5 changed files with 36 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for Gotham"
|
||||
|
@ -24,7 +24,7 @@ futures-util = "0.3.4"
|
|||
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" }
|
||||
gotham_middleware_diesel = { git = "https://github.com/gotham-rs/gotham", version = "0.1.0", optional = true }
|
||||
gotham_restful_derive = { version = "0.0.2" }
|
||||
gotham_restful_derive = { version = "0.0.3" }
|
||||
hyper = "0.13.4"
|
||||
indexmap = { version = "1.3.0", optional = true }
|
||||
jsonwebtoken = { version = "7.1.0", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue