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:
parent
52679ad29d
commit
5587ded60d
45 changed files with 58 additions and 67 deletions
31
derive/Cargo.toml
Normal file
31
derive/Cargo.toml
Normal 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 = []
|
Loading…
Add table
Add a link
Reference in a new issue