DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: a0e9ef2e35a4558adc408cd1186b98433e8f50b5 deck-builder/Cargo.toml -rw-r--r-- 86 bytes
a0e9ef2eJonni Liljamo fix(api): /ping -> /api/ping 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
[workspace]
resolver = "2"

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