FDS/OS 1.0

This commit is contained in:
2026-09-21 22:29:23 +08:00
commit 99bc3d15c5
430 changed files with 34876 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[workspace]
resolver = "2"
members = [
"rust/fds-smoketest", "rust/dasungd", "rust/fds-common",
"rust/fds-cli", "rust/fds-stage0", "rust/fds-boottrace", "rust/fds-cartridged",
"rust/fds-burn",
"rust/fds-release",
"rust/fds-software",
"rust/fds-workstation",
"tests/helpers",
]
[workspace.dependencies]
clap = { version = "4", features = ["derive"] }
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true
[profile.release.package.fds-test-helpers]
opt-level = 2