diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-02 10:19:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 10:19:27 -0400 |
| commit | d7d452efc158d7b1ea89b6f92237cea3b29f88db (patch) | |
| tree | f6e6d9fd599e1085751a6eba9b7c48a8f9101668 /bench_util/Cargo.toml | |
| parent | 505d253436153b34a60018c732b55e900a331859 (diff) | |
chore: format toml files internally (#11563)
Diffstat (limited to 'bench_util/Cargo.toml')
| -rw-r--r-- | bench_util/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 65e1f1c58..9726906fb 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -4,11 +4,11 @@ name = "deno_bench_util" version = "0.7.0" authors = ["the Deno authors"] edition = "2018" -description = "Bench and profiling utilities for deno crates" license = "MIT" +publish = true readme = "README.md" repository = "https://github.com/denoland/deno" -publish = true +description = "Bench and profiling utilities for deno crates" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
