git.delta.rocks / jrsonnet / refs/commits / 3972fee37ee3

difftreelog

source

cmds/generator-helper/Cargo.toml367 Bsourcehistory
1[package]2name = "fleet-generator-helper"3version.workspace = true4edition.workspace = true5rust-version.workspace = true67[dependencies]8age.workspace = true9anyhow.workspace = true10base64 = "0.22.1"11clap.workspace = true12ed25519-dalek = { version = "2.1", features = ["rand_core"] }13fleet-shared.workspace = true14hex = "0.4.3"15rand = "0.8.5"16x25519-dalek = "2.0.1"