Files
dependabot[bot] 69309712f8 Bump the cargo group across 2 directories with 2 updates (#32023)
Bumps the cargo group with 2 updates in the /rust directory: [rand](https://github.com/rust-random/rand) and [rustls-webpki](https://github.com/rustls/webpki).
Bumps the cargo group with 1 update in the /tools/asset_server_rs directory: [rand](https://github.com/rust-random/rand).


Updates `rand` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.8.6)

Updates `rustls-webpki` from 0.103.10 to 0.103.13
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.103.10...v/0.103.13)

Updates `rand` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.8.6)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.8.6
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rand
  dependency-version: 0.8.6
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 19:37:04 +00:00
..

Asset Server RS

Rust replacement of the asset server python script because that just didn't work well and froze all the time.

Use this to test the webroot asset sending or for debugging issues with it.

How do I run this?

First time setup

  1. Install rust
  2. Navigate to this directory in the shell
  3. cargo build --release

Subsequent launches

  1. Set asset_transport = "webroot" in config/config.toml
  2. Start the game server
  3. Type tools/asset_server_rs/target/release/asset_server_rs.exe in your shell a. Yes thats a windows path. If you're doing this on Linux I trust that you are smart enough to launch a program from the shell.