Skip to content

Commit 7d00b1b

Browse files
committed
Clean up boilerplate comments in Cargo.toml
Signed-off-by: hasheddan <[email protected]>
1 parent c3601df commit 7d00b1b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

k8s-deviceplugin/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ categories = ["api-bindings"]
1515
keywords = ["kubernetes", "k8s", "device", "plugin"]
1616
build = "build.rs"
1717

18-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
19-
2018
[dependencies]
2119
tonic = "0.4"
2220
prost = "0.7"

plugin/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version = "0.1.0"
44
authors = ["hasheddan <[email protected]>"]
55
edition = "2018"
66

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8-
97
[dependencies]
108
k8s-deviceplugin = { path = "../k8s-deviceplugin" }
119
tonic = "0.4"

0 commit comments

Comments
 (0)