mirror of
https://git.sr.ht/~ashkeel/sourcehut-mirror-bridge
synced 2024-11-21 21:22:20 +00:00
8 lines
173 B
Rust
8 lines
173 B
Rust
|
fn main() {
|
||
|
cynic_codegen::register_schema("sourcehut")
|
||
|
.from_sdl_file("schemas/sourcehut.graphql")
|
||
|
.unwrap()
|
||
|
.as_default()
|
||
|
.unwrap();
|
||
|
}
|