This commit is contained in:
Simon
2026-06-19 08:25:33 +00:00
parent 674ea99b0d
commit 1bd06db894
3 changed files with 528 additions and 0 deletions

View File

@@ -366,6 +366,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "camsoda",
ty: "CamsodaProvider",
},
ProviderDef {
id: "fyptt",
module: "fyptt",
ty: "FypttProvider",
},
];
fn main() {