From a970de336574e046e63763d93f9a70d5b1e8464b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 9 Jun 2023 15:52:34 +0300 Subject: feat(corp/rih): add UUIDs to records from frontend This UUID stays the same even if a user submits the form multiple times (unless they edit it manually in local storage, of course). Change-Id: I4190fbfeb1027ce8a8d87bc283099539e8722b39 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8733 Reviewed-by: tazjin Tested-by: BuildkiteCI --- corp/rih/frontend/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'corp/rih/frontend/Cargo.toml') diff --git a/corp/rih/frontend/Cargo.toml b/corp/rih/frontend/Cargo.toml index 1ef53bb5d3f6..2f58274566c6 100644 --- a/corp/rih/frontend/Cargo.toml +++ b/corp/rih/frontend/Cargo.toml @@ -20,6 +20,7 @@ wasm-bindgen-futures = "0.4" # needs to be in sync with nixpkgs wasm-bindgen = "= 0.2.84" +uuid = { version = "1.3.3", features = ["v4", "serde"] } [dependencies.serde] version = "*" # pinned by yew -- cgit 1.4.1