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 cargo-make to dev-dependencies

+3
+3
Cargo.toml
··· 1 1 [workspace] 2 2 members = ["managrove-core", "server", "client/gdext"] 3 3 resolver = "3" 4 + 5 + [dev-dependencies] 6 + cargo-make = "0.37.24"