caretta-sync/examples/desktop/Cargo.toml

14 lines
361 B
TOML

[package]
name = "caretta-example-desktop"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap.workspace = true
caretta = { path = "../..", features = ["desktop", "test"] }
caretta-example-core.path = "../core"
libp2p.workspace = true
tokio.workspace = true