a789495a98
FreeBSD Smoke / FreeBSD Smoke (x86_64) (push) Has been cancelled
CI / Quality Guardrails (push) Has been cancelled
CI / Build & Test (macos-latest) (push) Has been cancelled
CI / Build & Test (ubuntu-latest) (push) Has been cancelled
CI / Build & Test (windows-latest) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / PowerShell Syntax (push) Has been cancelled
CI / Windows Cross-Target Check (Linux) (push) Has been cancelled
22 lines
659 B
TOML
22 lines
659 B
TOML
[package]
|
|
name = "jcode-protocol"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
jcode-batch-types = { path = "../jcode-batch-types" }
|
|
jcode-config-types = { path = "../jcode-config-types" }
|
|
jcode-message-types = { path = "../jcode-message-types" }
|
|
jcode-plan = { path = "../jcode-plan" }
|
|
jcode-provider-core = { path = "../jcode-provider-core" }
|
|
jcode-selfdev-types = { path = "../jcode-selfdev-types" }
|
|
jcode-session-types = { path = "../jcode-session-types" }
|
|
jcode-side-panel-types = { path = "../jcode-side-panel-types" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1"
|
|
rand = "0.9"
|