Skip to content

Commit 6317a6f

Browse files
committed
🎨 format Cargo.toml
1 parent 60d2fc4 commit 6317a6f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ homepage = "https://github.com/davidB/kubectl-view-allocations"
1212
exclude = ["/.github", ".gitignore"]
1313

1414
[dependencies]
15-
tokio = { version = "1.6", features = ["full"], optional = true }
16-
kube = { version = "0.57", features = ["client", "oauth", "gzip", "native-tls"], default-features = false }
17-
k8s-openapi = { version = "0.12", default-features = false }
15+
tokio = { version="1.6", features=["full"], optional=true }
16+
kube = { version="0.57", features=["client", "oauth", "gzip", "native-tls"], default-features=false }
17+
k8s-openapi = { version="0.12", default-features=false }
1818
thiserror = "1.0"
1919
serde = "1.0"
2020
serde_json = "1.0"
2121
itertools = "0.10"
22-
prettytable-rs = { version = "0.8", default-features = false, optional = true }
22+
prettytable-rs = { version="0.8", default-features=false, optional=true }
2323
structopt = "0.3"
24-
openssl = { version = "0.10", features = ["vendored"] }
24+
openssl = { version="0.10", features=["vendored"] }
2525
chrono = "0.4"
2626
tracing = "0.1"
27-
tracing-bunyan-formatter = { version = "0.2", optional = true }
28-
tracing-subscriber = { version = "0.2", optional = true }
27+
tracing-bunyan-formatter = { version="0.2", optional=true }
28+
tracing-subscriber = { version="0.2", optional=true }
2929

3030
[features]
3131
default = ["cli"]

0 commit comments

Comments
 (0)