Blacksite/crates/protocol/Cargo.toml
Rbanh f29712d158
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Initial project import
2026-06-05 21:44:45 -04:00

11 lines
264 B
TOML

[package]
name = "protocol"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "WASM-safe shared protocol, input intent, and tick types for the Bevy FPS foundation"
[dependencies]
bevy.workspace = true
serde.workspace = true