mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-21 19:04:05 +02:00
11 lines
192 B
TOML
11 lines
192 B
TOML
[package]
|
|
name = "yaak-lifecycle"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
authors = ["Gregory Schier"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
yaak-models = { workspace = true }
|