caretta-sync/examples/core/Cargo.toml

13 lines
258 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-core"
2025-06-13 22:32:16 +09:00
edition.workspace = true
version.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
2025-08-18 08:22:20 +09:00
caretta.path = "../.."
2025-08-21 07:40:33 +09:00
libp2p.workspace = true
tokio.workspace = true