feat: with publish

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-27 00:14:08 +02:00
parent e0545c726c
commit 821e14fb12
5 changed files with 28 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
[package]
name = "churn-agent"
version = "0.1.0"
edition = "2021"
description.workspace = true
license-file.workspace = true
version.workspace = true
edition.workspace = true
publish.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,7 +1,10 @@
[package]
name = "churn-domain"
version = "0.1.0"
edition = "2021"
description.workspace = true
license-file.workspace = true
version.workspace = true
edition.workspace = true
publish.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,7 +1,10 @@
[package]
name = "churn-server"
version = "0.1.0"
edition = "2021"
description.workspace = true
license-file.workspace = true
version.workspace = true
edition.workspace = true
publish.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,7 +1,10 @@
[package]
name = "churn"
version = "0.1.0"
edition = "2021"
description.workspace = true
license-file.workspace = true
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
churn-domain.workspace = true