From e717de78e45bed25732d349974d8d09e3f9a026e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Mon, 1 Apr 2024 13:19:12 +0200 Subject: [PATCH] chore(cargo): inherit `repository` in identity_verification --- identity_verification/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/identity_verification/Cargo.toml b/identity_verification/Cargo.toml index f0e64c2945..812cfe43ec 100644 --- a/identity_verification/Cargo.toml +++ b/identity_verification/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true +repository.workspace = true rust-version.workspace = true description = "Verification data types and functionality for identity.rs"