codehelion-helper-protocol 0.1.0

Versioned wire protocol and compiler IR shared with codehelion helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "codehelion-helper-protocol"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Versioned wire protocol and compiler IR shared with codehelion helpers."

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"

[lints]
workspace = true