From 30c9bf2458fd2e202e7ace71c693e08a3bac8d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Tue, 2 Apr 2024 10:32:48 +0200 Subject: [PATCH] inherit `repository` in identity_verification (#1348) --- 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"