From 7b57165351869f9649513ea194409bb71cdf6d3f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 4 Apr 2021 00:38:30 +0200 Subject: docs(third_party/rust-crates): add top comment Change-Id: I3938310cb5d50a2bc85b20bb415af78d1b42c844 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2816 Tested-by: BuildkiteCI Reviewed-by: sterni --- third_party/rust-crates/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/rust-crates/default.nix') diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix index f44123ec1b6c..3d96c54bd5b2 100644 --- a/third_party/rust-crates/default.nix +++ b/third_party/rust-crates/default.nix @@ -1,5 +1,8 @@ { depot, pkgs, ... }: +# TVL tool rust crate dependencies, where tools like carnix are not used. +# Intended for manual updates, which keeps us honest with what we pull into our closure. + let buildRustCrate = attrs@{ edition ? "2018", -- cgit 1.4.1