File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
crates/stackable-versioned-macros Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,16 @@ repository.workspace = true
10
10
[package .metadata ."docs .rs" ]
11
11
all-features = true
12
12
13
- # cargo-udeps throws an error that these dependencies are unused. They are,
14
- # however, used in K8s specific test cases. This is a false-positive and an
13
+ [package .metadata .cargo-udeps .ignore ]
14
+ # cargo-udeps throws an error stating that these dependencies are unused. They
15
+ # are, however, used in K8s specific test cases. This is a false-positive and an
15
16
# apparent limitation of cargo-udeps. These entries can be removed once
16
17
# cargo-udeps supports detecting usage of such dependencies.
17
- [package .metadata .cargo-udeps .ignore ]
18
- development = [" schemars" , " serde_yaml" ]
18
+ development = [" schemars" , " serde_yaml" , " stackable-versioned" ]
19
+
20
+ # cargo-udeps throws an error stating that these dependencies are unused. They are all marked as
21
+ # optional, which trips up cargo-udeps for whatever reason...
22
+ normal = [" k8s-openapi" , " kube" , " stackable-shared" ]
19
23
20
24
[lib ]
21
25
proc-macro = true
You can’t perform that action at this time.
0 commit comments