1//! A library with reusable helpers and types for the `wkg` CLI. This is intended to be used by
2//! other downstream CLI tools that may need to leverage some of the same functionality provided by
3//! `wkg`.
45pub mod config;
6pub mod lock;
7pub mod resolver;
8pub mod wit;