mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-09 08:00:41 +00:00
bump version to 0.2.0-dev and change license to Apache-2.0 only
This commit is contained in:
parent
2b8796b9c9
commit
141e5ac2d7
11 changed files with 30 additions and 302 deletions
|
@ -2,13 +2,14 @@
|
|||
|
||||
[package]
|
||||
name = "gotham_restful_derive"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0-dev"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
description = "RESTful additions for the gotham web framework - Derive"
|
||||
description = "Derive macros for gotham_restful"
|
||||
keywords = ["gotham", "rest", "restful", "web", "http"]
|
||||
license = "EPL-2.0 OR Apache-2.0"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||
workspace = ".."
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
1
derive/LICENSE
Symbolic link
1
derive/LICENSE
Symbolic link
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
|
@ -1 +0,0 @@
|
|||
../LICENSE-Apache
|
|
@ -1 +0,0 @@
|
|||
../LICENSE-EPL
|
|
@ -1 +0,0 @@
|
|||
../LICENSE.md
|
Loading…
Add table
Add a link
Reference in a new issue