-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
43 lines (39 loc) · 819 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
37
38
39
40
41
42
43
[package]
name = "mpc_valet"
version = "0.3.9-dev"
edition = "2021"
authors = ["Pierre Lulé <[email protected]>"]
description = "A tool for creating instrument for MPC drum machines."
readme = "README.md"
repository = "https://github.com/plule/mpc_valet"
license = "MIT OR Apache-2.0"
[dependencies]
staff = "0.11.0"
regex = "1"
xmltree = "0.11.0"
lazy_static = "1.5.0"
itertools = "0.13.0"
anyhow = "1.0.94"
pomsky-macro = "0.11.0"
yew = "0.19"
yew-utils = "0.2"
log = "0.4.22"
wasm-logger = "0.2.0"
wasm-bindgen = "0.2.97"
js-sys = "0.3.74"
serde = "1"
gloo-storage = "0.3"
[dependencies.web-sys]
version = "0.3"
features = [
"HtmlInputElement",
"HtmlSelectElement",
"DragEvent",
"DataTransfer",
"FileList",
"File",
]
[dev-dependencies]
rstest = "0.23.0"
[profile.release]
opt-level = 2 # fast and small wasm