forked from NationTech/harmony
wip: Full opnsense deserializer almost done, works on a slightly cheated config file, next step is to try the real config file
This commit is contained in:
@@ -6,10 +6,13 @@ edition = "2021"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.123", features = [ "derive" ] }
|
||||
log = { workspace = true }
|
||||
env_logger = { workspace = true }
|
||||
russh = { workspace = true }
|
||||
russh-keys = { workspace = true }
|
||||
yaserde = { git = "https://git.nationtech.io/NationTech/yaserde" }
|
||||
yaserde_derive = { git = "https://git.nationtech.io/NationTech/yaserde" }
|
||||
#yaserde = { git = "https://git.nationtech.io/NationTech/yaserde" }
|
||||
#yaserde_derive = { git = "https://git.nationtech.io/NationTech/yaserde" }
|
||||
yaserde = { path = "../../../../github/yaserde/yaserde" }
|
||||
yaserde_derive = { path = "../../../../github/yaserde/yaserde_derive" }
|
||||
xml-rs = "0.8"
|
||||
thiserror = "1.0"
|
||||
async-trait = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user