diff options
author | hozan23 <hozan23@karyontech.net> | 2024-05-21 02:21:28 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-05-21 02:21:28 +0200 |
commit | 0f0cefb62ee8b641dcabcc0a2a1cf019c1de4843 (patch) | |
tree | 67dd12d60670f1fa84f568ffb702e4f856a8cefd /jsonrpc | |
parent | 8633b3222d316e3b3536b21741e3e192f07da1a8 (diff) |
jsonrpc: minor change in Cargo.toml
Diffstat (limited to 'jsonrpc')
-rw-r--r-- | jsonrpc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml index ce5c988..be3176b 100644 --- a/jsonrpc/Cargo.toml +++ b/jsonrpc/Cargo.toml @@ -12,7 +12,7 @@ authors.workspace = true [features] default = ["smol"] ws = ["karyon_net/ws", "async-tungstenite"] -unix = ["karyon_net/ws"] +unix = ["karyon_net/unix"] smol = [ "karyon_core/smol", "karyon_net/smol", |