knowledge-base-extension-framework 0.1.0

Static extension contracts for the file-based knowledge base
Documentation
[package]
name = "knowledge-base-extension-framework"
description = "Static extension contracts for the file-based knowledge base"
readme = "README.md"
keywords = ["knowledge-base", "extensions", "validation"]
categories = ["data-structures"]
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
knowledge-base-models.workspace = true
knowledge-base-snapshot.workspace = true
knowledge-base-validation.workspace = true
serde.workspace = true
serde_yaml.workspace = true

[dev-dependencies]
tempfile.workspace = true