21 lines
392 B
TOML
21 lines
392 B
TOML
|
[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
|
||
|
uuid.workspace = true
|
||
|
anyhow.workspace = true
|
||
|
|
||
|
capnp = "0.17.2"
|
||
|
|
||
|
[build-dependencies]
|
||
|
capnpc = "0.17.2"
|