sdn/Cargo.toml

13 lines
253 B
TOML
Raw Normal View History

2024-07-29 17:49:28 +00:00
[package]
name = "sdn"
description = "Software Defined Networking"
license = "ISC"
readme = "README.md"
repository = "https://git.nstr.no/nstr-sw/sdn"
authors = ["Nstr Software AS"]
keywords = ["sdn"]
2024-07-29 17:49:28 +00:00
version = "0.1.0"
edition = "2021"
[dependencies]