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

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

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