1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 13:02:28 +00:00
deprecated-gotham-restful/example/Cargo.toml

24 lines
688 B
TOML
Raw Normal View History

2019-10-02 10:59:25 +02:00
# -*- eval: (cargo-minor-mode 1) -*-
[package]
name = "example"
2020-02-24 20:05:35 +01:00
version = "0.0.1"
2019-10-02 10:59:25 +02:00
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"
[badges]
gitlab = { repository = "msrd0/gotham-restful", branch = "master" }
[dependencies]
2020-05-20 23:55:19 +02:00
fake = "2.2.2"
2020-05-20 09:33:12 +02:00
gotham = { version = "0.5.0-rc.1", default-features = false }
gotham_derive = "0.5.0-rc.1"
2020-05-20 23:55:19 +02:00
gotham_restful = { version = "0.1.0-rc0", features = ["auth", "openapi"] }
2020-04-15 23:15:13 +02:00
log = "0.4.8"
2020-09-19 19:31:43 +02:00
log4rs = { version = "0.13.0", features = ["console_appender"], default-features = false }
2020-05-20 23:55:19 +02:00
serde = "1.0.110"