2025-06-11 08:38:03 +09:00
|
|
|
[package]
|
2025-08-24 12:08:01 +09:00
|
|
|
name = "caretta-sync-cli"
|
2025-06-11 08:38:03 +09:00
|
|
|
edition.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
2025-06-12 08:26:13 +09:00
|
|
|
[features]
|
|
|
|
default = []
|
2025-08-24 12:08:01 +09:00
|
|
|
test = ["caretta-sync-core/test"]
|
2025-06-12 08:26:13 +09:00
|
|
|
|
2025-06-11 08:38:03 +09:00
|
|
|
[dependencies]
|
2025-06-17 07:20:24 +09:00
|
|
|
ciborium.workspace = true
|
2025-06-18 08:36:01 +09:00
|
|
|
clap.workspace = true
|
2025-06-11 08:38:03 +09:00
|
|
|
dirs = "6.0.0"
|
2025-08-24 12:08:01 +09:00
|
|
|
caretta-sync-core = { workspace = true, features = ["cli"] }
|
2025-06-11 08:38:03 +09:00
|
|
|
libp2p.workspace = true
|
2025-08-05 08:17:35 +09:00
|
|
|
sea-orm.workspace = true
|
2025-06-11 08:38:03 +09:00
|
|
|
serde.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
tokio.workspace = true
|
2025-08-12 07:29:23 +09:00
|
|
|
tonic.workspace = true
|
|
|
|
|
2025-06-17 07:20:24 +09:00
|
|
|
uuid.workspace = true
|
2025-06-11 08:38:03 +09:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2025-08-24 12:08:01 +09:00
|
|
|
caretta-sync-core = {workspace = true, features = ["test"]}
|