From f5b654e16125ef0f671f19b08a576e5b19be9600 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 25 Apr 2020 14:24:31 -0500 Subject: [PATCH] Add repository to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3b8c6bf..9778c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "Websockets for the Actix runtime, without Actors" version = "0.1.0-alpha.0" authors = ["asonix "] readme = "README.md" +repository = "https://git.asonix.dog/asonix/actix-actorless-websockets" license = "MIT/Apache-2.0" edition = "2018"