warg_cli/
lib.rs

1//! A CLI for WebAssembly component registries.
2
3#![deny(missing_docs)]
4
5pub mod commands;