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-05-16 14:48:40 +02:00
|
|
|
capnp = "0.19.5"
|
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-04-05 17:10:46 +02:00
|
|
|
capnpc = "0.19.0"
|