mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
10 lines
158 B
TOML
10 lines
158 B
TOML
[package]
|
|
name = "yaak-core"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
authors = ["Gregory Schier"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|