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.

Adding managrove-core crate to server crate dependencies

+3
+3
server/Cargo.toml
··· 4 4 edition = "2024" 5 5 6 6 [dependencies] 7 + 8 + [dependencies.managrove-core] 9 + workspace = true