16 lines
327 B
TOML
16 lines
327 B
TOML
[package]
|
|
name = "fds-burn"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
description = "Verified cartridge images and protected FDS media writes"
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
fds-common = { path = "../fds-common" }
|
|
libc = "0.2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
sha2 = "=0.10.9"
|
|
|