umanux/Cargo.toml

12 lines
258 B
TOML
Raw Normal View History

2020-09-21 09:05:38 +02:00
[package]
name = "adduser"
version = "0.1.0"
authors = ["Dietrich <dietrich@teilgedanken.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-09-30 20:58:24 +02:00
regex = "1"
lazy_static = "1.4"