Remove standalone binaries — functionality lives in freemkv CLI and tests

Deleted:
- freemkv_info.rs — duplicate of freemkv drive-info CLI command
- freemkv_test.rs — duplicate of bdemu capture-disc
- aacs_test.rs — covered by inline #[test] functions (31 tests)

libfreemkv is a library. CLI tools belong in the freemkv repo.
Dev/debug tools belong in (internal).
This commit is contained in:
MattJackson
2026-04-07 12:34:10 -07:00
parent df652c5735
commit 5fa6b064da
4 changed files with 0 additions and 374 deletions
-11
View File
@@ -25,14 +25,3 @@ zip = { version = "2", default-features = false, features = ["deflate"] }
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"
[[bin]]
name = "freemkv-info"
path = "src/bin/freemkv_info.rs"
[[bin]]
name = "freemkv-test"
path = "src/bin/freemkv_test.rs"
[[bin]]
name = "aacs-test"
path = "src/bin/aacs_test.rs"