penumbra-sdk-view 0.82.0-alpha.12

The view RPC library for the Penumbra Zone
1
2
3
4
fn main() {
    // Changes to the SQL schema should trigger a rebuild:
    println!("cargo:rerun-if-changed=src/storage/schema.sql");
}