8d54e6e954209140a462a1db9c8b6246b766ef20
Adding syn v3.0.2 Updating anyhow v1.0.103 -> v1.0.104 Updating bytemuck v1.25.1 -> v1.25.2 Updating cc v1.2.67 -> v1.3.0 Updating fastrand v2.4.1 -> v2.5.0 Updating futures-channel v0.3.32 -> v0.3.33 Updating futures-core v0.3.32 -> v0.3.33 Updating futures-executor v0.3.32 -> v0.3.33 Updating futures-io v0.3.32 -> v0.3.33 Updating futures-macro v0.3.32 -> v0.3.33 Updating futures-sink v0.3.32 -> v0.3.33 Updating futures-task v0.3.32 -> v0.3.33 Updating futures-util v0.3.32 -> v0.3.33 Updating futures v0.3.32 -> v0.3.33 Updating glob v0.3.3 -> v0.3.4 Updating hyper v1.10.1 -> v1.11.0 Updating libc v0.2.186 -> v0.2.188 Updating proc-macro2 v1.0.106 -> v1.0.107 Updating quote v1.0.46 -> v1.0.47 Updating ref-cast-impl v1.0.25 -> v1.0.26 Updating ref-cast v1.0.25 -> v1.0.26 Updating serde_core v1.0.228 -> v1.0.229 Updating serde_derive v1.0.228 -> v1.0.229 Updating serde_json v1.0.150 -> v1.0.151 Updating serde_repr v0.1.20 -> v0.1.21 Updating serde v1.0.228 -> v1.0.229 Updating tauri-plugin-dialog v2.7.1 -> v2.7.2 Updating tauri-plugin-store v2.4.3 -> v2.4.4 Updating thiserror-impl v2.0.18 -> v2.0.19 Updating thiserror v2.0.18 -> v2.0.19 Updating time-macros v0.2.31 -> v0.2.32 Updating time v0.3.53 -> v0.3.54 Updating tokio-util v0.7.18 -> v0.7.19 Updating tokio v1.53.0 -> v1.53.1 Updating zerocopy-derive v0.8.54 -> v0.8.55 Updating zerocopy v0.8.54 -> v0.8.55
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%