15 lines
350 B
TOML
15 lines
350 B
TOML
[package]
|
|
name = "rmv"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Pedro de Oliveira <falsovsky@gmail.com>"]
|
|
license = "WTFPL"
|
|
description = "rmv: Renaming made easy with regex"
|
|
readme = "README.md"
|
|
repository = "https://git.deadbsd.org/falso/rmv"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.2.7", features = ["derive"] }
|
|
glob = "0.3.1"
|
|
regex = "1.8.1"
|