comic-book-binder/Cargo.toml

21 lines
457 B
TOML
Raw Normal View History

2019-02-11 22:41:08 +01:00
[package]
name = "comic-book-binder"
version = "0.1.0"
authors = ["Zykino <Zykino@users.noreply.github.com>"]
description = "A helper to manage your comic books and others sorted list of files."
license = "GPL-3.0-or-later"
keywords = ["cbr", "cbt", "cbz"]
categories = ["command-line-utilities", "filesystem", "value-formatting"]
2019-02-11 22:41:08 +01:00
edition = "2018"
[lib]
name = "cbb"
[[bin]]
name = "cbb"
path = "src/main.rs"
[dependencies]
regex = "1"
2019-04-05 17:51:32 +02:00
structopt = "0.2"