mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 23:07:01 +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,22 +2,23 @@
|
|||
|
||||
[package]
|
||||
name = "example"
|
||||
version = "0.0.1"
|
||||
version = "0.0.0"
|
||||
authors = ["Dominic Meiser <git@msrd0.de>"]
|
||||
edition = "2018"
|
||||
license = "Unlicense"
|
||||
readme = "README.md"
|
||||
include = ["src/**/*", "Cargo.toml", "LICENSE"]
|
||||
repository = "https://gitlab.com/msrd0/gotham-restful"
|
||||
publish = false
|
||||
workspace = ".."
|
||||
|
||||
[badges]
|
||||
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
|
||||
|
||||
[dependencies]
|
||||
fake = "2.2.2"
|
||||
gotham = { version = "0.5.0-rc.1", default-features = false }
|
||||
gotham_derive = "0.5.0-rc.1"
|
||||
gotham_restful = { version = "0.1.0-rc0", features = ["auth", "openapi"] }
|
||||
gotham = { version = "0.5.0", default-features = false }
|
||||
gotham_derive = "0.5.0"
|
||||
gotham_restful = { version = "0.2.0-dev", features = ["auth", "openapi"] }
|
||||
log = "0.4.8"
|
||||
pretty_env_logger = "0.4"
|
||||
serde = "1.0.110"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue