From 03b2bbb6d1c85fdbae7a6b09dcb1891a90f63a2d Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 11 Mar 2019 18:24:57 +0100 Subject: [PATCH] Cargo.toml: add repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c669f1..139f9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" authors = ["Astro "] version = "0.0.0" keywords = ["ethernet", "eth", "stm32", "adc", "tcp"] -#repository = "https://github.com/astro/adc2tcp" +repository = "https://github.com/m-labs/adc2tcp" #documentation = "https://docs.rs/adc2tcp/" edition = "2018"