intermodal/bin/update-readme/Cargo.toml
Casey Rodarmor 1f5b829742
Add table of contents to readme
type: documentation
2020-04-07 19:00:48 -07:00

12 lines
211 B
TOML

[package]
name = "update-readme"
version = "0.0.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
edition = "2018"
publish = false
[dependencies]
glob = "0.3.0"
regex = "1.3.3"
structopt = "0.3"