Skip to content

Commit 80e33c1

Browse files
authored
rust: add tempfile dependency (#4335)
Summary: The [`tempfile`] crate is the standard Rust library for handling temporary files and directories. We anticipate using this for tests that want to set up a directory of event files. [`tempfile`]: https://crates.io/crates/tempfile Test Plan: It builds: `bazel build //third_party/rust:tempfile`. wchargin-branch: rust-dep-tempfile
1 parent 419991b commit 80e33c1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

tensorboard/data/server/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tensorboard/data/server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tonic = "0.3.1"
3636

3737
[dev-dependencies]
3838
prost-build = "0.6.1"
39+
tempfile = "3.1.0"
3940
tonic-build = "0.3.1"
4041

4142
[[bin]]

third_party/rust/BUILD.bazel

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)