DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 90562416860ad2c24476c7b2fffb3924f6249185 deck-builder/Cargo.toml -rw-r--r-- 98 bytes
90562416Jonni Liljamo feat(shared): enable api calls for creare, all_forming and my_games 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
[workspace]
resolver = "2"

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