A card game engine for TCGs, primarily Magic: The Gathering but with support for others
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Forgot this one

-9
-9
diesel.toml
··· 1 - # For documentation on how to configure this file, 2 - # see https://diesel.rs/guides/configuring-diesel-cli 3 - 4 - [print_schema] 5 - file = "src/schema.rs" 6 - custom_type_derives = ["diesel::query_builder::QueryId", "Clone"] 7 - 8 - [migrations_directory] 9 - dir = "migrations"