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

@@ -1,4 +1,5 @@
use yaml_rust::yaml;
use serde::{Serialize, Deserialize};
use std::fs::File;
use std::str::FromStr;
use std::io::prelude::*;