From 559f8eeafd7ef4bc7e5338726cc2fd18da916fea Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Sun, 28 Apr 2024 10:31:55 +0100 Subject: [PATCH] doc: fix crate readme links --- Cargo.toml | 1 - config/Cargo.toml | 2 +- engine/preprocessor/Cargo.toml | 2 +- engine/translator/Cargo.toml | 2 +- memory/Cargo.toml | 2 +- service/Cargo.toml | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 87c359e..240b1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,5 @@ resolver = "2" [workspace.package] repository = "https://github.com/pythonbrad/afrim" license = "MPL-2.0" -readme = "README.md" authors = ["Brady Fomegne "] diff --git a/config/Cargo.toml b/config/Cargo.toml index 5abc06e..b77ba2b 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "Handle the configuration of the afrim input method." keywords = ["ime", "config"] categories = ["config"] +readme = "README.md" repository.workspace = true license.workspace = true -readme.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/engine/preprocessor/Cargo.toml b/engine/preprocessor/Cargo.toml index d75eb15..06f868c 100644 --- a/engine/preprocessor/Cargo.toml +++ b/engine/preprocessor/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "A preprocessor to process keyboard events for an input method." keywords = ["ime", "processor", "keyboard"] categories = ["hardware-support"] +readme = "README.md" repository.workspace = true license.workspace = true -readme.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/engine/translator/Cargo.toml b/engine/translator/Cargo.toml index 8a057a2..1e6f779 100644 --- a/engine/translator/Cargo.toml +++ b/engine/translator/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "Manage the predication system of the afrim input method." keywords = ["auto-complete", "ime", "predication"] categories = ["text-processing"] +readme = "README.md" repository.workspace = true license.workspace = true -readme.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/memory/Cargo.toml b/memory/Cargo.toml index 534c336..ac6375f 100644 --- a/memory/Cargo.toml +++ b/memory/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "Make the handle of sequential codes easier for an input method." keywords = ["ime", "memory", "data-structure"] categories = ["data-structures", "text-processing"] +readme = "README.md" repository.workspace = true license.workspace = true -readme.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/service/Cargo.toml b/service/Cargo.toml index ca1d7aa..06f86de 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" description = "Core library of the afrim input method." keywords = ["ime", "keyboard"] categories = ["accessibility"] +readme = "../README.md" repository.workspace = true license.workspace = true -readme.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html