1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00
deprecated-gotham-restful/Cargo.toml
2019-10-20 17:42:33 +02:00

12 lines
247 B
TOML

# -*- eval: (cargo-minor-mode 1) -*-
[workspace]
members = [
"gotham_restful",
"gotham_restful_derive",
"example"
]
[patch.crates-io]
gotham_restful = { path = "./gotham_restful" }
gotham_restful_derive = { path = "./gotham_restful_derive" }