From ab77d166ca8ab82535c214a041b966875bbd51f3 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 12 Jan 2021 04:35:14 -0800 Subject: [PATCH] Add Repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6acce43..b1fb0c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sarah Jamie Lewis "] edition = "2018" license = "MIT" description = "Tapir is a small library for building p2p applications over anonymous communication systems" - +repository = "https://git.openprivacy.ca/sarah/tapir-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[test]]