From 93726186c5fe6f593013860dff3a89586f6fb5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Mon, 6 May 2024 02:43:46 +0300 Subject: [PATCH] add repository field (#350) --- crates/bench-utils/Cargo.toml | 1 + crates/delta/Cargo.toml | 1 + crates/loro-wasm/Cargo.toml | 1 + crates/loro/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/crates/bench-utils/Cargo.toml b/crates/bench-utils/Cargo.toml index 2677eebb..c8283f84 100644 --- a/crates/bench-utils/Cargo.toml +++ b/crates/bench-utils/Cargo.toml @@ -3,6 +3,7 @@ name = "bench-utils" version = "0.1.0" edition = "2021" publish = false +repository = "https://github.com/loro-dev/loro/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/delta/Cargo.toml b/crates/delta/Cargo.toml index cb43a95d..125a9e15 100644 --- a/crates/delta/Cargo.toml +++ b/crates/delta/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT" description = "Loro internal library. It's used as a delta between two versions of text or lists. It's also an efficient Rope." homepage = "https://loro.dev" +repository = "https://github.com/loro-dev/loro/" authors = ["Zixuan Chen", "Liang Zhao"] categories = ["data-structures", "text-editing"] keywords = ["rope"] diff --git a/crates/loro-wasm/Cargo.toml b/crates/loro-wasm/Cargo.toml index 49b931c6..e6898ac4 100644 --- a/crates/loro-wasm/Cargo.toml +++ b/crates/loro-wasm/Cargo.toml @@ -3,6 +3,7 @@ name = "loro-wasm" version = "0.1.0" edition = "2021" publish = false +repository = "https://github.com/loro-dev/loro/" [lib] crate-type = ["cdylib", "rlib"] diff --git a/crates/loro/Cargo.toml b/crates/loro/Cargo.toml index d37ff4ad..71da406c 100644 --- a/crates/loro/Cargo.toml +++ b/crates/loro/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" documentation = "https://docs.rs/loro/" description = "Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly." 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"]