jable implemented

This commit is contained in:
Simon
2026-05-20 19:53:14 +00:00
committed by ForgeCode
parent a2746f965a
commit 4ad7672ac9
6 changed files with 737 additions and 0 deletions

View File

@@ -311,6 +311,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "tube8",
ty: "Tube8Provider",
},
ProviderDef {
id: "jable",
module: "jable",
ty: "JableProvider",
},
];
fn main() {