1
0
Fork 0
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:
Dominic 2020-05-21 01:44:18 +02:00
parent f72b9ac797
commit 0541ee2e0b
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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 = []