forked from DeafAUTH/readme.md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5
More file actions
37 lines (32 loc) · 931 Bytes
/
Copy path5
File metadata and controls
37 lines (32 loc) · 931 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
32
33
34
35
36
37
# ============================================================
# MBTQ monorepo — Rust workspace root
# All Rust tools, Wasm packages, and system binaries
# cargo build --workspace --release
# ============================================================
[workspace]
resolver = "2"
members = [
"tools/mbtq-cli",
"tools/fibr-token",
"packages/fibonrose-wasm",
"packages/a11y-wasm",
]
[workspace.package]
version = "0.3.0"
edition = "2021"
authors = ["Pinky · 360 Magicians <architect@360magicians.com>"]
license = "MIT"
repository = "https://github.com/pinkycollie/DEAF-FIRST-PLATFORM"
[workspace.dependencies]
wasm-bindgen = "0.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true
[profile.release-wasm]
inherits = "release"
opt-level = "s" # minimize Wasm binary size