[package] name = "swarm-matrix-minter" version.workspace = true readme = "README.md" edition.workspace = true [[bin]] name = "swarm-matrix-minter" path = "src/main.rs" [dependencies] anyhow.workspace = true reqwest.workspace = true serde_json.workspace = true # The agreement this binary is one end of: where the credential lives, what the # object at that path holds, and the `BAO_*` spellings the unit sets. swarm-secret-client.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true [lints] workspace = true