sp1-cli 5.2.1

The CLI is used for various tasks related to SP1, such as building the toolchain, compiling programs, and tracing programs.
Documentation
1
2
3
fn main() {
    vergen::EmitBuilder::builder().build_timestamp().git_sha(true).emit().unwrap();
}