Skip to content

Commit

Permalink
chore(wasmcloud-operator-types): Add cargo machete ignore for serde_j…
Browse files Browse the repository at this point in the history
…son with NOTE (#104)

Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas authored Nov 18, 2024
1 parent 59552d2 commit 4ccfb20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ name = "wasmcloud-operator-types"
version = "0.1.8"
edition = "2021"

[package.metadata.cargo-machete]
# NOTE: This exists because kube-derive needs it, and for reasons I don't
# fully understand, it's not coming through kube-derive's own depedendencies.
ignored = ["serde_json"]

[dependencies]
k8s-openapi = { workspace = true }
kube = { workspace = true, features = ["derive"] }
schemars = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_json = { workspace = true }

0 comments on commit 4ccfb20

Please sign in to comment.