2025-06-13 22:32:16 +09:00
|
|
|
[package]
|
2025-08-26 07:56:42 +09:00
|
|
|
name = "caretta-sync-example-core"
|
2025-06-13 22:32:16 +09:00
|
|
|
edition.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
2025-08-24 16:31:15 +09:00
|
|
|
bevy.workspace = true
|
2025-08-26 07:56:42 +09:00
|
|
|
caretta-sync = { path = "../..", features = ["bevy"] }
|
2025-08-21 07:40:33 +09:00
|
|
|
libp2p.workspace = true
|
|
|
|
tokio.workspace = true
|
2025-08-23 08:55:25 +09:00
|
|
|
tokio-stream = { version = "0.1.17", features = ["net"] }
|
|
|
|
tonic.workspace = true
|