torrent-cleanup/Cargo.toml

15 lines
450 B
TOML
Raw Normal View History

2023-05-30 00:54:12 +00:00
[package]
name = "torrent-cleanup"
2023-05-30 00:57:22 +00:00
description = "Tiny CLI that deletes files in a torrent download directory that are not associated with a torrent in another directory."
2023-05-30 00:54:12 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.0", features = [ "derive" ] }
anyhow = "1.0.69"
lava_torrent = "0.11.1"
glob = "0.3.1"
walkdir = "2.3.3"