caretta-sync/examples/mobile/Cargo.toml
2025-08-29 08:44:40 +09:00

21 lines
439 B
TOML

[package]
name = "caretta-sync-example-mobile"
edition.workspace = true
version.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
[[bin]]
name = "caretta_sync_example"
path = "src/main.rs"
[lib]
name = "caretta_sync_example"
crate-type = ["lib", "cdylib"]
[dependencies]
bevy.workspace = true
caretta-sync-example-core.path = "../core"
caretta-sync.path = "../.."
tokio.workspace = true