14 lines
378 B
TOML
14 lines
378 B
TOML
[package]
|
|
name = "caretta-sync-example-desktop"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
caretta-sync = { path = "../..", features = ["cli", "bevy", "test"] }
|
|
caretta-sync-example-core.path = "../core"
|
|
libp2p.workspace = true
|
|
tokio.workspace = true
|