supabase-plus 0.3.0

An extra set of tools for managing Supabase projects going beyond the possibilities of regular Supabase CLI
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[allow(dead_code)]
pub static CONFIG_FILENAME: &str = "spb.toml";

#[allow(dead_code)]
#[derive(Deserialize, Debug)]
pub(crate) struct Config {}