Files
Lumotia/crates/core/Cargo.toml
2026-03-21 10:28:24 +00:00

13 lines
292 B
TOML

[package]
name = "kon-core"
version = "0.1.0"
edition = "2021"
description = "Core types, constants, traits, hardware detection, and model registry for Kon"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
sysinfo = "0.35"
async-trait = "0.1"