2026-03-09 08:48:05 +01:00
|
|
|
[package]
|
|
|
|
|
categories = { workspace = true }
|
|
|
|
|
description = { workspace = true }
|
|
|
|
|
edition = { workspace = true }
|
|
|
|
|
keywords = { workspace = true }
|
|
|
|
|
license = { workspace = true }
|
|
|
|
|
name = "cfgsync-adapter"
|
|
|
|
|
readme = { workspace = true }
|
|
|
|
|
repository = { workspace = true }
|
|
|
|
|
version = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-03-10 08:57:41 +01:00
|
|
|
cfgsync-artifacts = { workspace = true }
|
|
|
|
|
cfgsync-core = { workspace = true }
|
2026-03-10 09:18:29 +01:00
|
|
|
serde = { workspace = true }
|
2026-03-10 13:56:27 +01:00
|
|
|
serde_json = { workspace = true }
|
2026-03-10 08:57:41 +01:00
|
|
|
thiserror = { workspace = true }
|