Skip to content

Commit

Permalink
fix(jsonrpsee): add types to server feature (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 5, 2022
1 parent 9d6635b commit 8af992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpsee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ macros = ["jsonrpsee-proc-macros", "jsonrpsee-types", "tracing"]

client = ["http-client", "ws-client", "wasm-client", "client-ws-transport", "client-web-transport", "async-client", "client-core"]
client-core = ["jsonrpsee-core/client"]
server = ["jsonrpsee-server", "server-core"]
server = ["jsonrpsee-server", "server-core", "jsonrpsee-types"]
server-core = ["jsonrpsee-core/server"]
full = ["client", "server", "macros"]

Expand Down

0 comments on commit 8af992e

Please sign in to comment.