machines/rust/program/hetzner-static-ip/Cargo.toml

14 lines
339 B
TOML
Raw Normal View History

[package]
name = "hetzner-static-ip"
edition = "2024"
version = "1.0.0"
metadata.crane.name = "hetzner-static-ip"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
common = { path = "../../lib/common" }
log = { workspace = true }
serde = { workspace = true }
hakari = { version = "0.1", path = "../../lib/hakari" }