change to unix sockets

This commit is contained in:
2022-11-14 20:38:29 +01:00
parent dbdfab1fd6
commit ca43b2d75c
4 changed files with 126 additions and 11 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
yaml-rust = "*"
yaml-rust = "*"
serde = { version = "*", features = ["derive"] }
serde_yaml = "*"