DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 42b10a8898b2d0ea962fcf983e98931a3ff09b39 deck-builder/Cargo.toml -rw-r--r-- 86 bytes
42b10a88Jonni Liljamo fix(shared): fix error/api visibility 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
[workspace]
resolver = "2"

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