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

merge workspace and main crate

This commit is contained in:
Dominic 2020-05-05 23:18:05 +02:00
parent 52679ad29d
commit 5587ded60d
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
45 changed files with 58 additions and 67 deletions

31
derive/Cargo.toml Normal file
View file

@ -0,0 +1,31 @@
# -*- eval: (cargo-minor-mode 1) -*-
[package]
name = "gotham_restful_derive"
version = "0.1.0-dev"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for the gotham web framework - Derive"
keywords = ["gotham", "rest", "restful", "web", "http", "derive"]
license = "EPL-2.0 OR Apache-2.0"
repository = "https://gitlab.com/msrd0/gotham-restful"
[lib]
proc-macro = true
[badges]
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
heck = "0.3.1"
lazy_static = "1.4.0"
proc-macro2 = "1.0.12"
quote = "1.0.4"
regex = "1.3.7"
syn = "1.0.18"
[features]
default = []
auth = []
database = []
openapi = []