-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (28 loc) · 965 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (28 loc) · 965 Bytes
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
27
28
29
30
31
[workspace]
members = ["rs_lib"]
resolver = "2"
[workspace.dependencies]
cfg-if = "=1.0.0"
lazy_static = "=1.5.0"
regex = "=1.11.1"
resvg = "=0.44.0"
tiny-skia = "=0.11.4"
serde-wasm-bindgen = "=0.6.5"
js-sys = "=0.3.77"
serde = { version = "=1.0.219", features = ["derive"] }
usvg = { version = "=0.44.0", features = ["text", "fontdb"] }
wasm-bindgen = { version = "=0.2.100", features = [] }
lol_alloc = "=0.4.1"
brotli-decompressor = "=4.0.2"
console_error_panic_hook = "=0.1.7"
[profile.release]
lto = true
opt-level = "z"
strip = "symbols"
[profile.dev]
lto = true
opt-level = 0
strip = "none"
rpath = false
debug = true
debug-assertions = true