All checks were successful
Run Check Script / check (pull_request) Successful in 1m59s
25 lines
649 B
TOML
25 lines
649 B
TOML
[package]
|
|
name = "example_fleet_rpi_setup"
|
|
version.workspace = true
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[[bin]]
|
|
name = "fleet_rpi_setup"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
harmony = { path = "../../harmony" }
|
|
harmony-fleet-deploy = { path = "../../fleet/harmony-fleet-deploy" }
|
|
harmony_cli = { path = "../../harmony_cli" }
|
|
harmony_secret = { path = "../../harmony_secret" }
|
|
harmony_types = { path = "../../harmony_types" }
|
|
tokio.workspace = true
|
|
log.workspace = true
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
reqwest = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json.workspace = true
|
|
base64 = "0.22"
|