torrent-locator/Cargo.toml

14 lines
273 B
TOML

[package]
name = "torrent-locator"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
lava_torrent = "0.5.0"
walkdir = "2"
log = "0.4.14"
env_logger = "0.9.0"