supabase-plus 0.8.1

An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI
1
2
3
4
fn main() {
    println!("cargo:rerun-if-changed=Cargo.toml");
    patch_crate::run().expect("Failed while patching");
}