sp1-core-executor 6.1.0

RISC-V executor for SP1
Documentation
1
2
3
4
5
6
7
8
pub mod build {
    include!("src/build.rs");
}

fn main() {
    build::detect_executor();
    println!("cargo-if-changed=src/build.rs");
}