14 lines
286 B
TOML
14 lines
286 B
TOML
[package]
|
|
name = "rtss_trackside"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bevy_core = {workspace = true}
|
|
bevy_ecs = {workspace = true}
|
|
bevy_app = {workspace = true}
|
|
bevy_time = {workspace = true}
|
|
|
|
rtss_log = { path = "../rtss_log" }
|
|
rtss_common = { path = "../rtss_common" }
|