From 636db766bd2c71413952a96dbf1be4a05b5cca93 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Sat, 11 Jan 2020 19:12:27 +0100 Subject: [PATCH] Add repository link to crate metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c20eb3b..deaba27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" license = "Zlib" keywords = ["vec", "no_std", "no-std", "smol"] categories = ["data-structures", "no-std"] +repository = "https://github.com/Lokathor/tinyvec" [dependencies] # not even std!