1
0
mirror of https://gitlab.com/bauen1/dn42-roagen synced 2024-05-11 05:55:36 +00:00
bauen1-dn42-roagen/Cargo.toml

18 lines
353 B
TOML
Raw Normal View History

2020-05-09 09:57:06 +02:00
[package]
name = "dn42-roagen"
version = "0.1.0"
authors = ["bauen1 <j2468h@gmail.com>"]
edition = "2018"
2020-05-09 18:03:08 +02:00
description = "Generate bird roa files from the dn42 registry data."
license = "AGPL-3.0-or-later"
2020-05-09 09:57:06 +02:00
2020-05-09 18:03:08 +02:00
[package.metadata.deb]
depends = "git"
section = "net"
priority = "optional"
2020-05-09 09:57:06 +02:00
[dependencies]
2020-05-09 14:17:14 +02:00
structopt = "0.3.14"
cidr = "0.1.0"
2020-05-09 14:57:23 +02:00
chrono = "0.4.11"