volo-cli 0.12.1

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used.
Documentation
1
2
3
fn main() {
    volo_build::ConfigBuilder::default().write().unwrap();
}