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

@@ -2,6 +2,14 @@
members = ["crates/*"]
resolver = "2"
[workspace.package]
repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please"
readme = "README.md"
license-file = "LICENSE"
version = "0.1.0"
edition = "2021"
publish = true
[workspace.dependencies]
churn = { path = "crates/churn" }
churn-agent = { path = "crates/churn-agent" }