Adding the crate

Updated Jul 16, 2026

The project's Cargo.toml must include chutoro-core. The default feature set enables the CPU backend; the gpu feature prepares the orchestration surface for a future GPU backend.

[dependencies]
chutoro-core = "0.1.0"

The crate exports all public entry points from the root module, so required types can be imported directly from chutoro_core.