6379e97db42eb4bb4aac40d881e15050827c45a9
Removing flume v0.11.1 Removing pathdiff v0.2.3 Removing utf-8 v0.7.6 Updating anyhow v1.0.102 -> v1.0.103 Updating aws-lc-rs v1.17.0 -> v1.17.1 Updating aws-lc-sys v0.41.0 -> v0.42.0 Updating bytemuck v1.25.0 -> v1.25.1 Updating bytes v1.12.0 -> v1.12.1 Updating camino v1.2.3 -> v1.2.4 Updating cc v1.2.65 -> v1.2.67 Updating chacha20 v0.10.0 -> v0.10.1 Updating crossbeam-channel v0.5.15 -> v0.5.16 Updating crossbeam-queue v0.3.12 -> v0.3.13 Updating crossbeam-utils v0.8.21 -> v0.8.22 Updating dbus v0.9.11 -> v0.9.12 Updating embed-resource v3.0.9 -> v3.0.11 Updating inotify-sys v0.1.5 -> v0.1.8 Updating inotify v0.11.2 -> v0.11.4 Updating jobserver v0.1.34 -> v0.1.35 Updating js-sys v0.3.102 -> v0.3.103 Updating libredox v0.1.17 -> v0.1.18 Updating log v0.4.32 -> v0.4.33 Updating mdns-sd v0.20.0 -> v0.20.1 Updating memchr v2.8.2 -> v2.8.3 Updating open v5.3.5 -> v5.4.0 Updating plist v1.9.0 -> v1.10.0 Updating quick-xml v0.39.4 -> v0.41.0 Updating quote v1.0.45 -> v1.0.46 Updating rand v0.10.1 -> v0.10.2 Updating regex-automata v0.4.14 -> v0.4.15 Updating regex v1.12.4 -> v1.13.0 Updating rustc-hash v2.1.2 -> v2.1.3 Updating rustls-pki-types v1.14.1 -> v1.15.0 Updating rustls v0.23.40 -> v0.23.41 Updating rustversion v1.0.22 -> v1.0.23 Updating s2n-codec v0.82.0 -> v0.83.0 Updating s2n-quic-core v0.82.0 -> v0.83.0 Updating s2n-quic-crypto v0.82.0 -> v0.83.0 Updating s2n-quic-platform v0.82.0 -> v0.83.0 Updating s2n-quic-rustls v0.82.0 -> v0.83.0 Updating s2n-quic-tls-default v0.82.0 -> v0.83.0 Updating s2n-quic-tls v0.82.0 -> v0.83.0 Updating s2n-quic-transport v0.82.0 -> v0.83.0 Updating s2n-quic v1.82.0 -> v1.83.0 Updating s2n-tls-sys v0.3.38 -> v0.3.40 Updating s2n-tls v0.3.38 -> v0.3.40 Updating socket-pktinfo v0.3.2 -> v0.4.0 Updating tauri-runtime-wry v2.11.3 -> v2.11.4 Updating tauri v2.11.3 -> v2.11.5 Updating tendril v0.5.0 -> v0.5.1 Updating thread_local v1.1.9 -> v1.1.10 Updating time-macros v0.2.29 -> v0.2.31 Updating time v0.3.49 -> v0.3.53 Updating tinyvec v1.11.0 -> v1.12.0 Updating uuid v1.23.3 -> v1.23.4 Updating wasm-bindgen-futures v0.4.75 -> v0.4.76 Updating wasm-bindgen-macro-support v0.2.125 -> v0.2.126 Updating wasm-bindgen-macro v0.2.125 -> v0.2.126 Updating wasm-bindgen-shared v0.2.125 -> v0.2.126 Updating wasm-bindgen v0.2.125 -> v0.2.126 Updating web-sys v0.3.102 -> v0.3.103 Updating zerocopy-derive v0.8.52 -> v0.8.54 Updating zerocopy v0.8.52 -> v0.8.54
lanspread
Peer-to-peer game library sharing for LAN parties. Peers discover each other on the local network via mDNS, exchange library metadata over QUIC, and let users browse and download games from each other. Ships as a Tauri desktop app.
Build / install
Install Rust, Deno, and just first, then bootstrap the project:
just setup
That installs the Tauri CLI with cargo install tauri-cli and installs the
Deno/npm dependencies from crates/lanspread-tauri-deno-ts.
Run the desktop app in development mode:
just run
Build without bundling:
just build
Create production bundles:
just bundle
Important just commands
just setup- install the Tauri CLI and frontend dependencies.just run- run the Tauri app in dev mode.just build- build the app without bundling.just bundle- create production bundles.just fmt- format Rust, TOML, and the justfile.just clippy- lint the Rust workspace.just test- run workspace tests.just frontend-test- run frontend tests.just peer-cli-build- build the JSONL peer test harness.just peer-cli-image- build the peer harness Docker image.just peer-cli-run NAME- run one peer harness container.
Languages
Rust
54.5%
JavaScript
15%
TypeScript
11.8%
Python
8.5%
CSS
8.2%
Other
1.9%