[package]
name = "kcode-k1-chat-testkit"
version = "0.2.1"
edition = "2024"
license = "MIT"
description = "One-shot foundation conformance verifiers for K1 chat implementations"
[dependencies]
kcode-k1-chat-core = "0.2.0"
tokio = { version = "1", features = ["rt", "sync", "time", "test-util"] }