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

14 lines
337 B
TOML

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