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
+25
View File
@@ -0,0 +1,25 @@
[package]
name = "fds-workstation"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Linux workstation software and cartridge tools"
[dependencies]
clap.workspace = true
fds-common = { path = "../fds-common" }
fds-burn = { path = "../fds-burn" }
fds-software = { path = "../fds-software" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
sha2 = "=0.10.9"
libc = "0.2"
[[bin]]
name = "fds-cartridge"
path = "src/main.rs"
[[bin]]
name = "fds-emulator"
path = "src/emulator-main.rs"