2025-07-07 23:10:53 +02:00
|
|
|
[package]
|
2025-08-05 21:59:07 +02:00
|
|
|
name = "infrastructure"
|
2025-07-07 23:10:53 +02:00
|
|
|
edition = "2024"
|
|
|
|
version = "1.0.0"
|
2025-08-05 21:59:07 +02:00
|
|
|
metadata.crane.name = "infrastructure"
|
2025-07-07 23:10:53 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
clap = { workspace = true }
|
|
|
|
common = { path = "../../lib/common" }
|
|
|
|
log = { workspace = true }
|
2025-07-10 20:57:01 +02:00
|
|
|
nix = { workspace = true, features = ["env", "process"] }
|
2025-07-07 23:10:53 +02:00
|
|
|
serde = { workspace = true }
|
2025-08-05 21:59:07 +02:00
|
|
|
serde_json = { workspace = true }
|
2025-07-07 23:10:53 +02:00
|
|
|
hakari = { version = "0.1", path = "../../lib/hakari" }
|