mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
add repository field (#350)
This commit is contained in:
parent
da8a0f63e5
commit
93726186c5
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue