pivot/Cargo.toml
2020-11-29 16:43:38 -07:00

12 lines
253 B
TOML

[package]
name = "pivot"
version = "0.1.0"
authors = ["Garen Tyler <garentyler@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.4.1"
nom = "5.1.2"