15 lines
398 B
TOML
15 lines
398 B
TOML
[package]
|
|
name = "caretta-sync-example-core"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bevy.workspace = true
|
|
caretta-sync = { path = "../..", features = ["bevy"] }
|
|
libp2p.workspace = true
|
|
tokio.workspace = true
|
|
tokio-stream = { version = "0.1.17", features = ["net"] }
|
|
tonic.workspace = true
|