summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Increment crate versions.Nick Mathewson2023-05-031-6/+6
* rpcserver: Use with_fn.Nick Mathewson2023-04-191-0/+1
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-1/+1
* rpc: Reify and expose DispatchTable.Nick Mathewson2023-04-121-0/+1
* rpc: Remove anyhow dependencyNick Mathewson2023-04-121-1/+0
* rpc: Add an authentication step.Nick Mathewson2023-04-121-0/+1
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-121-1/+11
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-121-0/+1
* rpc: Add asynchronous_codec wrapper for jsonlines.Nick Mathewson2023-04-121-0/+1
* rpc: Add a cancellable future type.Nick Mathewson2023-04-121-0/+2
* rpc: Implement json message types for serde.Nick Mathewson2023-04-121-0/+26