JaneDoe-ZS/nap_data/Cargo.toml
xeon cbe169fe1a Implement event configs, more interactions work
Implement interact event-action configurations.
More interactions work now, for more transitions, we just need to generate more configs (soon)
NOTE: this commit BREAKS your nap_gameserver.toml. To fix it, you have to add 'event_config_path' property into [assets] section of your config.
2024-07-26 22:44:44 +03:00

20 lines
301 B
TOML

[package]
name = "data"
edition = "2021"
version.workspace = true
[dependencies]
# Serialization
serde.workspace = true
serde_json.workspace = true
prost.workspace = true
# Util
paste.workspace = true
thiserror.workspace = true
# Tracing
tracing.workspace = true
# Internal
proto.workspace = true