forked from encoredev/encore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
20 lines (17 loc) · 1.01 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[workspace]
resolver = "2"
members = ["runtimes/core", "runtimes/js", "tsparser", "supervisor"]
[profile.dev.package]
insta.opt-level = 3
[profile.release]
lto = true
[patch.crates-io]
tokio-postgres = { git = "https://github.com/encoredev/rust-postgres", branch = "proxy" }
postgres-protocol = { git = "https://github.com/encoredev/rust-postgres", branch = "proxy" }
swc_ecma_parser = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }
swc_ecma_ast = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }
swc_ecma_transforms_base = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }
swc_atoms = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }
swc_common = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }
swc_ecma_loader = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }
swc_ecma_visit = { git = "https://github.com/encoredev/swc", branch = "node-resolve-exports" }