[package] name = "caretta-sync-example-desktop" 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 caretta-sync = { path = "../..", features = ["cli", "bevy", "test"] } caretta-sync-example-core.path = "../core" libp2p.workspace = true tokio.workspace = true