mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
12 lines
247 B
TOML
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" }
|