Files
kde-linux/btrfs-migrator/Cargo.toml
Nate Graham 79c829aae8 Move helper scripts from bin to lib
Also remove the _kde-linux prefix for the two scripts intentionally left
in bin.

Resolves #166
Resolves #391
2025-10-16 17:30:47 -06:00

19 lines
310 B
TOML

# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: None
[package]
name = "btrfs-migrator"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "btrfs-migrator"
path = "src/main.rs"
[dependencies]
dialoguer = "0.11.0"
fstab = "0.4.0"
libbtrfsutil = "0.7.1"
qr2term = "0.3.3"
scopeguard = "1.2.0"