From 710ae301ceea76ff88f43e8d52423ebc19b086fa Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Mon, 12 Aug 2024 15:37:31 -0400 Subject: [PATCH] docs: update documentation URL to point to docs.rs --- Cargo.toml | 1 - examples/axum/Cargo.toml | 1 - examples/count-bench/Cargo.toml | 1 - examples/fibonacci/Cargo.toml | 1 - examples/large-list/Cargo.toml | 1 - examples/simple-demo/Cargo.toml | 1 - rearch-effects/Cargo.toml | 2 +- rearch-macros/Cargo.toml | 2 +- rearch-tokio/Cargo.toml | 2 +- rearch-ui/Cargo.toml | 1 - rearch/Cargo.toml | 2 +- 11 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a4ec54..90dceb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ edition = "2021" license = "MIT" description = "Re-imagined approach to application design and architecture" homepage = "https://rearch.gsconrad.com" -documentation = "https://rearch.gsconrad.com" repository = "https://github.com/GregoryConrad/rearch-rs" keywords = ["design", "architecture", "reactive", "immutable", "dependency-injection"] categories = ["caching", "concurrency"] diff --git a/examples/axum/Cargo.toml b/examples/axum/Cargo.toml index 435f0a2..faea5db 100644 --- a/examples/axum/Cargo.toml +++ b/examples/axum/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/examples/count-bench/Cargo.toml b/examples/count-bench/Cargo.toml index 57dc4a8..d319a29 100644 --- a/examples/count-bench/Cargo.toml +++ b/examples/count-bench/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/examples/fibonacci/Cargo.toml b/examples/fibonacci/Cargo.toml index 79b0176..c7631f2 100644 --- a/examples/fibonacci/Cargo.toml +++ b/examples/fibonacci/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/examples/large-list/Cargo.toml b/examples/large-list/Cargo.toml index 71f410e..c378a9b 100644 --- a/examples/large-list/Cargo.toml +++ b/examples/large-list/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/examples/simple-demo/Cargo.toml b/examples/simple-demo/Cargo.toml index 6c9b646..8d133e8 100644 --- a/examples/simple-demo/Cargo.toml +++ b/examples/simple-demo/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/rearch-effects/Cargo.toml b/rearch-effects/Cargo.toml index a15d5de..2c0f66b 100644 --- a/rearch-effects/Cargo.toml +++ b/rearch-effects/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "rearch-effects" version = "0.6.0" +documentation = "https://docs.rs/rearch-effects" edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/rearch-macros/Cargo.toml b/rearch-macros/Cargo.toml index dbc5f41..1dfd304 100644 --- a/rearch-macros/Cargo.toml +++ b/rearch-macros/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "rearch-macros" version = "0.6.0" +documentation = "https://docs.rs/rearch-macros" edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/rearch-tokio/Cargo.toml b/rearch-tokio/Cargo.toml index d82c930..9d65ce7 100644 --- a/rearch-tokio/Cargo.toml +++ b/rearch-tokio/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "rearch-tokio" version = "0.10.4" +documentation = "https://docs.rs/rearch-tokio" edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/rearch-ui/Cargo.toml b/rearch-ui/Cargo.toml index 752e69e..0f9f91b 100644 --- a/rearch-ui/Cargo.toml +++ b/rearch-ui/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true diff --git a/rearch/Cargo.toml b/rearch/Cargo.toml index 2bfafa4..50fd553 100644 --- a/rearch/Cargo.toml +++ b/rearch/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "rearch" version = "0.10.2" +documentation = "https://docs.rs/rearch" rust-version = "1.75" edition.workspace = true license.workspace = true description.workspace = true homepage.workspace = true -documentation.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true