aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/Cargo.toml
blob: 5dc3bd29c5f5cd0bf8162bcab177775fd665ba8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
members = [
  "rst-core",

  "rst-launcher",
  "rst-client",
  "rst-server",

  # Utility libraries
  "async-quic"
]

# [profile.release.overrides."*"]
# opt-level = 3