1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

dual-license under EPL-2.0 and Apache-2.0

This commit is contained in:
Dominic 2019-10-20 16:55:45 +02:00
parent d159363334
commit 3a64634872
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
7 changed files with 190 additions and 8 deletions

View file

@ -7,7 +7,7 @@ authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2018"
description = "RESTful additions for Gotham"
keywords = ["gotham", "rest", "restful"]
license = "EPL-2.0"
license = "EPL-2.0 OR Apache-2.0"
readme = "../README.md"
include = ["src/**/*", "Cargo.toml", "../LICENSE"]
repository = "https://gitlab.com/msrd0/gotham-restful"