summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 87525f2c5d9e38fe3d2677fd99465ed3395b7d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
members = [
    "packages/svgbob",
    "packages/svgbob_cli",
    "packages/svgbob_server",
]

[patch.crates-io]
#mt-dom = { git = "https://github.com/ivanceras/mt-dom.git", branch = "master" }
#sauron = { git = "https://github.com/ivanceras/sauron.git", branch = "develop" }
#jss = { path = "../jss" }

[profile.release]
opt-level = 3
lto = true
codegen-units = 1