2023-08-27 16:49:53 +02:00
|
|
|
[package]
|
|
|
|
name = "churn-capnp"
|
|
|
|
repository.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
license-file.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
churn-domain.workspace = true
|
2023-08-27 18:15:25 +02:00
|
|
|
|
2023-08-27 16:49:53 +02:00
|
|
|
uuid.workspace = true
|
|
|
|
anyhow.workspace = true
|
2023-08-27 18:15:25 +02:00
|
|
|
chrono.workspace = true
|
2023-08-27 16:49:53 +02:00
|
|
|
|
2024-01-04 20:27:46 +01:00
|
|
|
capnp = "0.18.10"
|
2023-08-27 16:49:53 +02:00
|
|
|
|
2023-08-27 18:15:25 +02:00
|
|
|
|
2023-08-27 16:49:53 +02:00
|
|
|
[build-dependencies]
|
2024-01-04 20:27:46 +01:00
|
|
|
capnpc = "0.18.0"
|