diff --git a/packages/y-octo-utils/Cargo.toml b/packages/y-octo-utils/Cargo.toml index 318a550..cbae96f 100644 --- a/packages/y-octo-utils/Cargo.toml +++ b/packages/y-octo-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-octo-utils" -version = "0.1.0" +version = "0.0.1" authors = ["x1a0t <405028157@qq.com>"] edition = "2021" license = "MIT" diff --git a/packages/y-octo/Cargo.toml b/packages/y-octo/Cargo.toml index baefb05..5d3fff1 100644 --- a/packages/y-octo/Cargo.toml +++ b/packages/y-octo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-octo" -version = "0.1.0" +version = "0.0.1" authors = [ "DarkSky ", "forehalo ", @@ -9,6 +9,12 @@ authors = [ ] edition = "2021" license = "MIT" +description = "High-performance and thread-safe CRDT implementation compatible with Yjs" +homepage = "https://github.com/toeverything/y-octo" +repository = "https://github.com/toeverything/y-octo" +keywords = ["collaboration", "crdt", "crdts", "yjs", "yata"] +include = ["src/**/*", "LICENSE", "README.md"] +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html