git.delta.rocks / fleet / refs/commits / 51d5ea52f7ad

difftreelog

source

cmds/fleet/Cargo.toml798 Bsourcehistory
1[package]2name = "fleet"3description = "NixOS configuration management"4version = "0.2.0"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6edition.workspace = true7rust-version.workspace = true8default-run = "fleet"910[dependencies]11anyhow.workspace = true12camino.workspace = true13clap.workspace = true14clap_complete.workspace = true15fleet-base.workspace = true16nix-eval.workspace = true17remowt-fleet.workspace = true18serde.workspace = true19serde_json.workspace = true20tempfile.workspace = true21tokio.workspace = true22tracing.workspace = true2324futures.workspace = true25itertools.workspace = true26shlex.workspace = true27tabled.workspace = true2829goodlog-subscriber.workspace = true3031[features]32default = ["indicatif"]33# Not quite stable34indicatif = ["nix-eval/indicatif", "goodlog-subscriber/indicatif"]