revaultd
revaultd copied to clipboard
Drop the dependency on `jsonrpc_core` and `jsonrpc_derive`
They are pulling a lot of dependencies, and we don't need their complexity. However, the derive feature is really nice to use and it would be nice to keep something similarly usable, at the very least for the types.
It could eventually be made into its own crate.