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

13 lines
361 B
TOML
Raw Normal View History

2019-09-26 17:24:40 +02:00
# -*- eval: (cargo-minor-mode 1) -*-
2019-10-02 10:59:25 +02:00
[workspace]
members = [
"gotham_restful",
"gotham_restful_derive",
"example"
]
2019-10-20 17:42:33 +02:00
[patch.crates-io]
gotham_restful = { path = "./gotham_restful" }
gotham_restful_derive = { path = "./gotham_restful_derive" }
2020-04-13 02:46:01 +02:00
openapiv3 = { git = "https://github.com/glademiller/openapiv3", rev = "4c3bd95c966a3f9d59bb494c3d8e30c5c3068bdb" }