Files
fds-os/rust/fds-cartridged/Cargo.toml
T

25 lines
549 B
TOML

[package]
name = "fds-cartridged"
version.workspace = true
build = "../../tools/version-build.rs"
edition = "2024"
license = "MIT"
description = "FDS event-driven cartridge and physical bay manager"
[dependencies]
clap.workspace = true
fds-common = { path = "../fds-common" }
fds-software = { path = "../fds-software" }
fds-burn = { path = "../fds-burn" }
serde = { version = "1", features = ["derive"] }
libc = "0.2"
serde_json = "1"
[[bin]]
name = "fds-cartridged"
path = "src/main.rs"
[[bin]]
name = "fds-profile"
path = "src/profile-main.rs"