The project's Cargo.toml must include chutoro-core. Enable the skeleton
feature to use the CPU walking skeleton and, optionally, the gpu feature for
future GPU support.
[dependencies]
chutoro-core = { version = "0.1.0", features = ["skeleton"] }
The crate exports all public entry points from the root module, so required
types can be imported directly from chutoro_core.