FDS/OS 1.0
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user