mirror of
https://github.com/8051Enthusiast/regex2fat
synced 2025-02-08 05:10:03 +00:00
16 lines
362 B
TOML
16 lines
362 B
TOML
[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"
|