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/Cargo.toml

13 lines
247 B
TOML
Raw Permalink 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" }