into rust. Mainly this should give proper argument parsing and error handling, and also remove some of all the scattered shell scripts.
14 lines
357 B
TOML
14 lines
357 B
TOML
[package]
|
|
name = "provision"
|
|
edition = "2024"
|
|
version = "1.0.0"
|
|
metadata.crane.name = "provision"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
common = { path = "../../lib/common" }
|
|
log = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
hakari = { version = "0.1", path = "../../lib/hakari" }
|