btrfs_explorer/Cargo.toml

9 lines
107 B
TOML
Raw Permalink Normal View History

2024-02-28 05:57:20 +00:00
[workspace]
resolver = "2"
2023-07-27 12:05:24 +00:00
2024-02-28 05:57:20 +00:00
members = [
"btrfs_explorer_bin",
"btrfs_parse_derive",
"btrfs_explorer",
]