Skip to content

Commit f4cff2a

Browse files
committed
Add tempfile for tests
1 parent 8946736 commit f4cff2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ serde_derive = "1.0.79"
1919
serde_yaml = "0.8.5"
2020
openssl = "0.10.12"
2121
k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi-codegen", branch = "master", features = ["v1_10"] }
22+
23+
[dev-dependencies]
24+
tempfile = "3.0.4"

0 commit comments

Comments
 (0)