-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (22 loc) · 815 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (22 loc) · 815 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
[workspace]
resolver = "2"
members = [
"crates/fastled-cli",
]
[workspace.package]
version = "2.0.22"
edition = "2021"
rust-version = "1.95"
license = "MIT"
repository = "https://github.com/zackees/fastled-wasm"
homepage = "https://github.com/zackees/fastled-wasm"
[workspace.dependencies]
kernal-api = { version = "=0.1.19", features = ["fs", "fs-watch", "hash-sha256", "archive", "http-client", "http-server", "websocket", "event-stream", "secure-random", "text-similarity", "pty", "terminal-input", "terminal-style", "command-arguments", "command-schema", "config-toml", "source-cpp", "json", "error-context"] }
[profile.release]
debug = "line-tables-only"
split-debuginfo = "packed"
strip = "none"
[profile.dev.package.kernal-api]
codegen-units = 1
[profile.test.package.kernal-api]
codegen-units = 1