mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
13 lines
No EOL
361 B
TOML
13 lines
No EOL
361 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" }
|
|
openapiv3 = { git = "https://github.com/glademiller/openapiv3", rev = "4c3bd95c966a3f9d59bb494c3d8e30c5c3068bdb" } |