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.

cargo add tokio

+5 -1
+5 -1
Cargo.toml
··· 11 11 12 12 [dependencies.sea-orm] 13 13 version = "2.0.0-rc" 14 - features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] 14 + features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] 15 + 16 + [dependencies.tokio] 17 + version = "1" 18 + features = [ "full" ]