Files
wasm-pong/Cargo.toml
2022-06-11 18:26:33 +02:00

9 lines
171 B
TOML

[package]
name = "rust-wasm-pong"
version = "0.1.0"
authors = ["Thilo Behnke <thilo.behnke@gmx.net>"]
edition = "2018"
[workspace]
members = ["client", "pong", "server"]