-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
13 lines (12 loc) · 871 Bytes
/
Cargo.toml
File metadata and controls
13 lines (12 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
members = ["indielinks-shared", "indielinks-cache", "tests-indielinks-cache", "indielinks", "tests-indielinks", "indielinks-fe", "indielinks-client", "tests-support"]
default-members = ["indielinks-shared", "indielinks-cache", "tests-indielinks-cache", "indielinks", "tests-indielinks", "indielinks-client", "tests-support"]
resolver = "2"
[patch.crates-io]
# axum-accept = { path = "../../axum-accept-sp1ff/axum-accept", version = "0.0.5" }
# governor = { version = "=0.10.4", git = "https://github.com/sp1ff/governor.git" }
# openraft = { version = "=0.9.20", path = "../openraft/openraft" }
# picky = { path = "../picky-rs-sp1ff/picky" }
# tower = { path = "../tower-sp1ff/tower", version = "0.5.2" }
# tower-layer = { path = "../tower-sp1ff/tower-layer", version = "0.3.3" }
# tower-service = { path = "../tower-sp1ff/tower-service", version = "0.3.3" }