From d67913f3a1e7fdb3349f2e3b6ef63863901c2e5b Mon Sep 17 00:00:00 2001 From: Ignacio del Valle Alles Date: Wed, 14 Feb 2024 00:39:30 +0100 Subject: [PATCH] Document target suffix (#46) --- rust/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/README.md b/rust/README.md index ceb2757..f29c6a6 100644 --- a/rust/README.md +++ b/rust/README.md @@ -74,6 +74,11 @@ Sets the following entries in the environment, to be used to mount the cargo cac Notice that in order to run this function, [+INIT](#init) must be called first. +### Arguments + +#### `target_cache_suffix` +Optional cache suffix for the target folder cache ID. + ### Example ```earthfile