git.delta.rocks / jrsonnet / refs/commits / 03574ae38db2

difftreelog

style reformat remaining tomls

Lach2025-04-27parent: #8058495.patch.diff
in: trunk

4 files changed

modifiedcmds/fleet/Cargo.tomldiffbeforeafterboth
7rust-version.workspace = true7rust-version.workspace = true
88
9[dependencies]9[dependencies]
10nixlike.workspace = true10age = { workspace = true, features = ["armor"] }
11better-command.workspace = true11anyhow.workspace = true
12tokio.workspace = true12better-command.workspace = true
13clap.workspace = true13clap.workspace = true
14clap_complete.workspace = true14clap_complete.workspace = true
15age = { workspace = true, features = ["armor"] }
16anyhow.workspace = true15fleet-shared.workspace = true
17tracing.workspace = true16nix-eval.workspace = true
18tracing-subscriber.workspace = true17nixlike.workspace = true
19serde.workspace = true18serde.workspace = true
20serde_json.workspace = true19serde_json.workspace = true
21tempfile.workspace = true20tempfile.workspace = true
22time = { version = "0.3", features = ["serde"] }21tokio.workspace = true
22tracing.workspace = true
23tracing-subscriber.workspace = true
24
23hostname = "0.4.0"25abort-on-drop = "0.2"
24age-core = "0.11"26age-core = "0.11"
25peg = "0.8"27async-trait = "0.1"
26base64 = "0.22.1"28base64 = "0.22.1"
27chrono = { version = "0.4", features = ["serde"] }29chrono = { version = "0.4", features = ["serde"] }
28tokio-util = { version = "0.7", features = ["codec"] }30crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
29async-trait = "0.1"
30futures = "0.3"31futures = "0.3"
32hostname = "0.4.0"
31itertools = "0.13"33itertools = "0.13"
32shlex = "1.3"
33tabled = { version = "0.16" }34openssh = "0.11"
34owo-colors = { version = "4.0", features = [35owo-colors = { version = "4.0", features = ["supports-color", "supports-colors"] }
35 "supports-color",
36 "supports-colors",
37] }
38abort-on-drop = "0.2"36peg = "0.8"
39regex = "1.10"37regex = "1.10"
38shlex = "1.3"
40openssh = "0.11"39tabled = { version = "0.16" }
41crossterm = { version = "0.28.0", features = ["use-dev-tty"] }40time = { version = "0.3", features = ["serde"] }
42fleet-shared.workspace = true41tokio-util = { version = "0.7", features = ["codec"] }
4342
44tracing-indicatif = { version = "0.3", optional = true }43fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }
45human-repr = { version = "1.1", optional = true }44human-repr = { version = "1.1", optional = true }
46indicatif = { version = "0.17", optional = true }45indicatif = { version = "0.17", optional = true }
47nix-eval.workspace = true
48nom = "7.1.3"46nom = "7.1.3"
49fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }47tracing-indicatif = { version = "0.3", optional = true }
5048
51[features]49[features]
52default = ["indicatif"]50default = ["indicatif"]
modifiedcmds/generator-helper/Cargo.tomldiffbeforeafterboth
7[dependencies]7[dependencies]
8age.workspace = true8age.workspace = true
9anyhow.workspace = true9anyhow.workspace = true
10base64 = "0.22.1"10clap.workspace = true
11clap.workspace = true11fleet-shared.workspace = true
12
13base64 = "0.22.1"
12ed25519-dalek = { version = "2.1", features = ["rand_core"] }14ed25519-dalek = { version = "2.1", features = ["rand_core"] }
13fleet-shared.workspace = true
14hex = "0.4.3"15hex = "0.4.3"
15rand = "0.8.5"16rand = "0.8.5"
16x25519-dalek = "2.0.1"17x25519-dalek = "2.0.1"
modifiedcmds/terraform-provider-fleet/Cargo.tomldiffbeforeafterboth
66
7[dependencies]7[dependencies]
8anyhow.workspace = true8anyhow.workspace = true
9async-trait = "0.1.81"
10serde = { workspace = true, features = ["derive"] }9serde = { workspace = true, features = ["derive"] }
11tf-provider = "0.2.2"
12tokio.workspace = true10tokio.workspace = true
11
12async-trait = "0.1.81"
13tf-provider = "0.2.2"
1314
modifiedtaplo.tomldiffbeforeafterboth
1[formatting]1[formatting]
2inline_table_expand = false
3indent_string = "\t"2indent_string = "\t"
4array_auto_expand = false
53
6[[rule]]4[[rule]]
7include = ["**/Cargo.toml"]5include = ["**/Cargo.toml"]