add repository link to Cargo.toml

This commit is contained in:
Scott Lamb 2021-06-09 22:26:52 -07:00
parent 45e15d43fd
commit bdc23ae318

View File

@ -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"