15 lines
342 B
TOML
15 lines
342 B
TOML
[package]
|
|
name = "keel"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
|
|
[dependencies]
|
|
config = "0.15.25"
|
|
lfcm = { git = "https://gitea.linvogel.ch/linus/lfcm.git", tag = "v0.1.2" }
|
|
minijinja = "2.24.0"
|
|
serde-saphyr = "1.1.0"
|
|
serde_json = "1.0.151"
|
|
serde = { version = "1.0.229", features = ["derive"] }
|
|
uuid = { version = "1.26.1", features = ["v4"] }
|