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

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

  # Utility libraries
  "async-quic",

  # Initial set of little engine crates
  "little-assets"
]

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