Files

23 lines
424 B
TOML

[package]
name = "fds-cli"
version.workspace = true
build = "../../tools/version-build.rs"
edition = "2024"
license = "MIT"
description = "FDS system and cartridge command interface"
[[bin]]
name = "fds"
path = "src/main.rs"
[[bin]]
name = "fds-program"
path = "src/program.rs"
[dependencies]
clap.workspace = true
fds-burn = { path = "../fds-burn" }
fds-common = { path = "../fds-common" }
serde_json = "1"
libc = "0.2"