2026-01-24 22:59:20 +00:00
|
|
|
[workspace]
|
|
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
|
|
members = [
|
|
|
|
|
"archipelago",
|
|
|
|
|
"container",
|
2026-06-28 18:42:20 +00:00
|
|
|
"openwrt",
|
2026-01-24 22:59:20 +00:00
|
|
|
"performance",
|
|
|
|
|
"security",
|
|
|
|
|
]
|
|
|
|
|
|
2026-08-07 18:07:59 -04:00
|
|
|
# Shared package metadata, inherited by each member via `license.workspace = true`.
|
|
|
|
|
# The repo ships an MIT LICENSE and the README advertises MIT; this makes the
|
|
|
|
|
# crates themselves declare it so `cargo metadata`, packaging and mirrors agree.
|
|
|
|
|
[workspace.package]
|
|
|
|
|
license = "MIT"
|
|
|
|
|
|
2026-01-24 22:59:20 +00:00
|
|
|
# Profiles at workspace root (members' [profile] are ignored in virtual workspaces)
|
|
|
|
|
[profile.release]
|
|
|
|
|
opt-level = 3
|
|
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
|
opt-level = 0
|
|
|
|
|
|
|
|
|
|
[profile.test]
|
|
|
|
|
opt-level = 3
|
|
|
|
|
|
|
|
|
|
# Archipelago workspace - no StartOS dependencies
|
|
|
|
|
# All patches removed - we use standard crates.io dependencies
|