Skip to content

Commit

Permalink
Add tempfile dep to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aberglund-cf committed Jan 30, 2025
1 parent a9982c4 commit 9f37087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ neli-proc-macros = { workspace = true, optional = true }
[dev-dependencies]
reqwest = { workspace = true }
serde = { workspace = true, features = ["rc"] }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
ipnetwork = { workspace = true }
nix = { workspace = true , features = ["fs"] }
Expand Down

0 comments on commit 9f37087

Please sign in to comment.