11 lines
264 B
TOML
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
|