aboutsummaryrefslogtreecommitdiff
path: root/src/util/Cargo.toml
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-03-10 11:40:58 +0000
committerJonathan Davies <jpds@protonmail.com>2023-03-10 14:46:44 +0000
commit25f2a46fc3e50c882cd518244bb49d44d01ca442 (patch)
tree7842b8880eb26171e2abeb98ed8111814708e141 /src/util/Cargo.toml
parent9e061d5a70f35db7c62c79089567ef4dc226e413 (diff)
downloadgarage-25f2a46fc3e50c882cd518244bb49d44d01ca442.tar.gz
garage-25f2a46fc3e50c882cd518244bb49d44d01ca442.zip
rpc/system_metrics.rs: Added rustversion label to garage_build_info metric.
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r--src/util/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml
index abeccbbd..9c182fd6 100644
--- a/src/util/Cargo.toml
+++ b/src/util/Cargo.toml
@@ -47,6 +47,9 @@ hyper = "0.14"
opentelemetry = { version = "0.17", features = [ "rt-tokio", "metrics", "trace" ] }
+[build-dependencies]
+rustc_version = "0.4.0"
+
[dev-dependencies]
mktemp = "0.5"