wip: New crate opnsense-config

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-10-13 08:48:56 -04:00
parent 6a5ebdbac7
commit 32cea6c3ff
10 changed files with 272 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ resolver = "2"
members = [
"private_repos/*",
"harmony",
"opnsense-config",
]
[workspace.package]
@@ -18,3 +19,5 @@ async-trait = "0.1.82"
tokio = { version = "1.40.0", features = ["io-std"] }
cidr = "0.2.3"
xml_dom = "0.2.8"
russh = "0.45.0"
russh-keys = "0.45.0"