mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
fix derive's Cargo.toml
This commit is contained in:
parent
f72b9ac797
commit
0541ee2e0b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ version = "0.1.0-rc0"
|
|||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for the gotham web framework - Derive"
|
||||
keywords = ["gotham", "rest", "restful", "web", "http", "derive"]
|
||||
keywords = ["gotham", "rest", "restful", "web", "http"]
|
||||
license = "EPL-2.0 OR Apache-2.0"
|
||||
repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||
|
||||
|
@ -20,7 +20,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
|||
heck = "0.3.1"
|
||||
proc-macro2 = "1.0.13"
|
||||
quote = "1.0.6"
|
||||
syn = "1.0.22"
|
||||
syn = { version = "1.0.22", features = ["full"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Add table
Reference in a new issue