2025-08-24 12:08:01 +09:00
|
|
|
[package]
|
2025-08-26 07:56:42 +09:00
|
|
|
name = "caretta-sync-example-desktop"
|
2025-08-24 12:08:01 +09:00
|
|
|
edition.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap.workspace = true
|
2025-08-26 07:56:42 +09:00
|
|
|
caretta-sync = { path = "../..", features = ["cli", "bevy", "test"] }
|
|
|
|
caretta-sync-example-core.path = "../core"
|
2025-08-24 12:08:01 +09:00
|
|
|
libp2p.workspace = true
|
|
|
|
tokio.workspace = true
|