From 47a3199336fd523a9c9b8183d65060109b6524dd Mon Sep 17 00:00:00 2001 From: core Date: Fri, 29 Dec 2023 16:12:31 -0500 Subject: [PATCH] nebula-config 0.1.0 --- nebula-config/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nebula-config/Cargo.toml b/nebula-config/Cargo.toml index cf72f43..3716d2d 100644 --- a/nebula-config/Cargo.toml +++ b/nebula-config/Cargo.toml @@ -2,9 +2,14 @@ name = "nebula-config" version = "0.1.0" edition = "2021" +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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] } -ipnet = { version = "2.9", features = ["serde"] } \ No newline at end of file +ipnet = { version = "2.9", features = ["serde"] }