17 lines
236 B
TOML
17 lines
236 B
TOML
[package]
|
|
name = "comic-book-binder"
|
|
version = "0.1.0"
|
|
authors = ["Zykino <Zykino@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "cbb"
|
|
|
|
[[bin]]
|
|
name = "cbb"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
regex = "1"
|
|
structopt = "0.2"
|