From d958767b13f3dbf6c96dbe1e053476ec53bad27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 10 May 2024 16:14:17 +0300 Subject: [PATCH] add repository to Cargo.toml (#358) --- crates/loro-common/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/loro-common/Cargo.toml b/crates/loro-common/Cargo.toml index 944710ee..9501e412 100644 --- a/crates/loro-common/Cargo.toml +++ b/crates/loro-common/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" description = "Common types and functions for Loro. This is an internal lib of Loro." documentation = "https://docs.rs/loro/" homepage = "https://loro.dev" +repository = "https://github.com/loro-dev/loro" authors = ["Zixuan Chen", "Liang Zhao"] categories = ["data-structures", "crdt", "collaborative-editing", "local-first"] keywords = ["crdt", "local-first"]