DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 48eb5b43985b0192e19fe29d2363f904705613e5 deck-builder/Cargo.toml -rw-r--r-- 98 bytes
48eb5b43Jonni Liljamo feat(client): sort games in all_forming 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
[workspace]
resolver = "2"

members = [
  "schema",
  "shared",
  "client",
  "server",
  "api"
]