From bdc23ae3180a84011bfcedd552c1a6dc3bf59f23 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Wed, 9 Jun 2021 22:26:52 -0700 Subject: [PATCH] add repository link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index df095b6..da7d779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" keywords = ["rtsp", "multimedia", "video", "streaming", "ip-camera"] categories = ["network-programming", "multimedia"] description = "high-level RTSP multimedia streaming library" +repository = "https://github.com/scottlamb/retina" [dependencies] async-stream = "0.3.1"