From 76de61a452aa27c0d12fe28a4c4f2bbdbd4670cf Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 1 Jan 2023 20:18:58 +0000 Subject: [PATCH] vhost-user-backend: add repository metadata I was surprised I couldn't click through to the source from . Signed-off-by: Alyssa Ross --- crates/vhost-user-backend/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/vhost-user-backend/Cargo.toml b/crates/vhost-user-backend/Cargo.toml index 6d915ada..06cd777f 100644 --- a/crates/vhost-user-backend/Cargo.toml +++ b/crates/vhost-user-backend/Cargo.toml @@ -4,6 +4,7 @@ version = "0.8.0" authors = ["The Cloud Hypervisor Authors"] keywords = ["vhost-user", "virtio"] description = "A framework to build vhost-user backend service daemon" +repository = "https://github.com/rust-vmm/vhost" edition = "2018" license = "Apache-2.0"