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 freemkv-private.
This commit is contained in:
-11
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user