FDS/OS 1.0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "fds-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
description = "FDS system and cartridge command interface"
|
||||
|
||||
[[bin]]
|
||||
name = "fds"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
clap.workspace = true
|
||||
fds-burn = { path = "../fds-burn" }
|
||||
fds-common = { path = "../fds-common" }
|
||||
serde_json = "1"
|
||||
libc = "0.2"
|
||||
Reference in New Issue
Block a user