Implement sending commands via Unix sockets
This commit is contained in:
parent
c8df4b860d
commit
f869cbdb53
14 changed files with 555 additions and 177 deletions
|
|
@ -11,10 +11,12 @@ socket2 = "0.4"
|
|||
tokio = { version = "1.28", features = [] }
|
||||
byteorder = "1.4"
|
||||
log = "0.4"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
|
||||
futures = { version = "0.3.28", optional = true }
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde"]
|
||||
tokio = ["tokio/net", "dep:futures"]
|
||||
|
||||
[target.'cfg(feature = "tokio")'.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue