mirror of
https://gitlab.com/bauen1/dn42-roagen
synced 2024-05-11 05:55:36 +00:00
18 lines
353 B
TOML
18 lines
353 B
TOML
[package]
|
|
name = "dn42-roagen"
|
|
version = "0.1.0"
|
|
authors = ["bauen1 <j2468h@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Generate bird roa files from the dn42 registry data."
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[package.metadata.deb]
|
|
depends = "git"
|
|
section = "net"
|
|
priority = "optional"
|
|
|
|
[dependencies]
|
|
structopt = "0.3.14"
|
|
cidr = "0.1.0"
|
|
chrono = "0.4.11"
|