mirror of
https://gitlab.com/bauen1/dn42-roagen
synced 2024-05-11 05:55:36 +00:00
13 lines
274 B
TOML
13 lines
274 B
TOML
[package]
|
|
name = "dn42-roagen"
|
|
version = "0.1.0"
|
|
authors = ["bauen1 <j2468h@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
structopt = "0.3.14"
|
|
cidr = "0.1.0"
|
|
chrono = "0.4.11"
|