btrfs_explorer/btrfs_explorer_bin/Cargo.toml

13 lines
287 B
TOML
Raw Normal View History

2024-02-28 05:57:20 +00:00
[package]
name = "btrfs_explorer_bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
btrfs_explorer = { path = "../btrfs_explorer" }
memmap2 = "0.7.1"
maud = "0.26.0"
rouille = "3.6.2"