summaryrefslogtreecommitdiff
path: root/meap/ch2/Cargo.toml
blob: 94dc2f46acdfd688c110a198de2f3e6b52e17edc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "ch2"
version = "0.1.0"
authors = ["Adam Carpenter <53hornet@gmail.com>"]
edition = "2018"

[dependencies]
regex = "0.2.2"
clap = "2.24.2"