forked from shuttle-hq/shuttle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatches.toml
26 lines (24 loc) · 1.23 KB
/
patches.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[patch.crates-io]
shuttle-codegen = { path = "BASE/codegen" }
shuttle-common = { path = "BASE/common" }
shuttle-proto = { path = "BASE/proto" }
shuttle-runtime = { path = "BASE/runtime" }
shuttle-service = { path = "BASE/service" }
shuttle-aws-rds = { path = "BASE/resources/aws-rds" }
shuttle-metadata = { path = "BASE/resources/metadata" }
shuttle-persist = { path = "BASE/resources/persist" }
shuttle-shared-db = { path = "BASE/resources/shared-db" }
shuttle-secrets = { path = "BASE/resources/secrets" }
shuttle-turso = { path = "BASE/resources/turso" }
shuttle-axum = { path = "BASE/services/shuttle-axum" }
shuttle-actix-web = { path = "BASE/services/shuttle-actix-web" }
shuttle-next = { path = "BASE/services/shuttle-next" }
shuttle-poem = { path = "BASE/services/shuttle-poem" }
shuttle-poise = { path = "BASE/services/shuttle-poise" }
shuttle-rocket = { path = "BASE/services/shuttle-rocket" }
shuttle-salvo = { path = "BASE/services/shuttle-salvo" }
shuttle-serenity = { path = "BASE/services/shuttle-serenity" }
shuttle-thruster = { path = "BASE/services/shuttle-thruster" }
shuttle-tide = { path = "BASE/services/shuttle-tide" }
shuttle-tower = { path = "BASE/services/shuttle-tower" }
shuttle-warp = { path = "BASE/services/shuttle-warp" }