mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
allow building for wasm
This commit is contained in:
parent
7ee659a8ed
commit
6222258ac2
1 changed files with 2 additions and 2 deletions
|
|
@ -22,14 +22,14 @@ snap = "0.2"
|
|||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_json = "1.0"
|
||||
serde_repr = "0.1"
|
||||
better-panic = "0.1"
|
||||
err-derive = "0.2"
|
||||
parse-display = "0.1"
|
||||
jemallocator = "0.3"
|
||||
main_error = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.6"
|
||||
jemallocator = "0.3"
|
||||
better-panic = "0.1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue