caretta-sync/examples/desktop/Cargo.toml

15 lines
361 B
TOML
Raw Normal View History

2025-06-13 22:32:16 +09:00
[package]
2025-08-18 08:22:20 +09:00
name = "caretta-example-desktop"
2025-06-13 22:32:16 +09:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2025-07-02 08:32:15 +09:00
clap.workspace = true
2025-08-23 08:55:25 +09:00
caretta = { path = "../..", features = ["desktop", "test"] }
2025-08-18 08:22:20 +09:00
caretta-example-core.path = "../core"
libp2p.workspace = true
tokio.workspace = true
2025-06-13 22:32:16 +09:00