Skip to main content

sp1_cli/commands/
mod.rs

1#[cfg(feature = "full")]
2pub mod build;
3
4/// Build the default toolchain for this version
5pub mod build_toolchain;
6
7/// Install the default toolchain for this verison
8pub mod install_toolchain;
9
10#[cfg(feature = "full")]
11pub mod new;
12
13#[cfg(feature = "full")]
14pub mod vkey;