Packages

Execution Plane JSON-RPC framing and correlation lane.

Current section

Files

Jump to
execution_plane_jsonrpc guides installation.md
Raw

guides/installation.md

# Installation
Add the package as a dependency:
```elixir
def deps do
[
{:execution_plane_jsonrpc, "~> 0.1.0"}
]
end
```
Use a sibling path dependency while developing in the workspace. Use the Hex
version when building a published release.