]> nmode's Git Repositories - signal-cli/commit
Switch to jsonrpsee
authorAsamK <asamk@gmx.de>
Thu, 10 Aug 2023 22:21:38 +0000 (00:21 +0200)
committerAsamK <asamk@gmx.de>
Thu, 10 Aug 2023 22:36:22 +0000 (00:36 +0200)
commit8037fb2d66e52fa65333e4b176c430118f59e89c
treed3ea738920ae26987d57e608a0daf31ad2a59868
parentedbf803a987a4959d72a644e2fb3afc370a79cff
Switch to jsonrpsee

Fixes #1275
client/Cargo.lock
client/Cargo.toml
client/src/cli.rs
client/src/jsonrpc.rs
client/src/main.rs
client/src/tcp.rs [deleted file]
client/src/transports/ipc.rs [new file with mode: 0644]
client/src/transports/mod.rs [new file with mode: 0644]
client/src/transports/stream_codec.rs [new file with mode: 0644]
client/src/transports/tcp.rs [new file with mode: 0644]