mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
19 lines
361 B
TOML
19 lines
361 B
TOML
[workspace]
|
|
members = [
|
|
"crates/weft-appd",
|
|
"crates/weft-build-meta",
|
|
"crates/weft-compositor",
|
|
"crates/weft-ipc-types",
|
|
"crates/weft-pack",
|
|
"crates/weft-runtime",
|
|
"crates/weft-servo-shell",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.93"
|
|
|
|
[workspace.lints.rust]
|
|
unsafe_code = "forbid"
|