regex2fat/Cargo.toml

16 lines
376 B
TOML
Raw Permalink Normal View History

2020-04-09 09:18:47 +00:00
[package]
name = "regex2fat"
description = "Turn your favourite regex into FAT32"
version = "0.1.0"
authors = ["8051Enthusiast <8051Enthusiast@protonmail.com>"]
readme = "README.md"
repository = "https://github.com/8051Enthusiast/regex2fat"
keywords = ["regex", "fat"]
edition = "2018"
license = "Unlicense"
[dependencies]
regex-automata = "0.1"
clap = "2.33"
2020-04-26 18:53:51 +00:00
rand = "0.7.3"