caretta-sync/examples/mobile/Cargo.toml
2025-08-27 08:39:48 +09:00

20 lines
416 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 = "../.."