kcode-codex-terra-protocol 0.1.0

Deterministic Codex Terra command, JSON, and notification protocol helpers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "kcode-codex-terra-protocol"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Deterministic Codex Terra command, JSON, and notification protocol helpers."

[dependencies]
serde_json = "1"
tokio = { version = "1", features = ["process"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]