kcode-kweb-context-node 0.1.0

Typed Kweb context nodes and provider-facing full-node formatting
Documentation
[package]
name = "kcode-kweb-context-node"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Typed Kweb context nodes and provider-facing full-node formatting"
repository = "https://github.com/DavidVorick/kcode"

[lib]
path = "src/lib.rs"

[dependencies]
kcode-kweb-db = "1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[lints.rust]
unsafe_code = "forbid"

[workspace]