2023-12-26 04:23:57 +00:00
|
|
|
[package]
|
|
|
|
name = "nebula-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-29 21:12:31 +00:00
|
|
|
description = "A rust client for the Defined Networking API"
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
documentation = "https://docs.rs/nebula-config"
|
|
|
|
homepage = "https://git.e3t.cc/core/trifid"
|
|
|
|
repository = "https://git.e3t.cc/core/trifid"
|
2023-12-26 04:23:57 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
2023-12-29 21:12:31 +00:00
|
|
|
ipnet = { version = "2.9", features = ["serde"] }
|