nebula-config 0.1.0
This commit is contained in:
parent
3ed98c8d8a
commit
47a3199336
|
@ -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"] }
|
||||
ipnet = { version = "2.9", features = ["serde"] }
|
||||
|
|
Loading…
Reference in New Issue