-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (31 loc) · 915 Bytes
/
Cargo.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
27
28
29
30
31
32
33
34
35
36
[package]
version = "1.13.4"
name = "triton_windstorm"
readme = "./README.md"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dev-dependencies]
wasm-bindgen-test = "0.3.32"
[dependencies]
seed = "0.9.2"
console_error_panic_hook = "0.1.7"
fluent = "0.16.0"
unic-langid = "0.9.0"
uuid = { version = "1.1.2", features = ["v4"] }
chrono = { version = "0.4.22", features = ["wasmbind", "serde"] }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
web-sys = { version = "0.3.59", features = ["Element", "DomTokenList", "Window", "MediaQueryList", "TextMetrics"] }
rand = "0.8.5"
pontus_onyx = { version = "0.16.9", features = ["client", "assets"] }
regex = "1.6.0"
instant = "0.1.12"
time = { version = "0.3.14", features = ["parsing"] }
wasm-bindgen = "0.2.82"
[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']