diff options
| author | Fuwn <[email protected]> | 2021-07-02 23:44:55 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-02 23:44:55 +0000 |
| commit | 94a6f0f7290558a8c799d4cd46e9fa73d47d6015 (patch) | |
| tree | e800e1fdc5e5fc6fec0840b337ce7ba2e0330dbc | |
| parent | fix(whirl_cli): method of comparing argument when evaluating logger style (diff) | |
| download | whirl-94a6f0f7290558a8c799d4cd46e9fa73d47d6015.tar.xz whirl-94a6f0f7290558a8c799d4cd46e9fa73d47d6015.zip | |
style(crates): minor changes to crate descriptions
| -rw-r--r-- | crates/README.rst | 12 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_db/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/crates/README.rst b/crates/README.rst index ba5966c..ffa18de 100644 --- a/crates/README.rst +++ b/crates/README.rst @@ -9,22 +9,22 @@ - Description - Version * - :code:`whirl` - - Links everything together in a neat, little CLI. + - Links everything together in a neat, little CLI - :code:`0.1.0` * - :code:`whirl_api` - - Enables for remote interaction. + - Enables for remote interaction - :code:`0.1.0` * - :code:`whirl_common` - - Provides assorted utilities for global use. + - Provides assorted utilities for global use - :code:`0.1.0` * - :code:`whirl_config` - - Provides abstractions to interact with the configuration system. + - Provides abstractions to interact with the configuration system - :code:`0.1.0` * - :code:`whirl_db` - - Provides abstractions to interact with the database layer. + - Provides abstractions to interact with the database layer - :code:`0.1.0` * - :code:`whirl_prompt` - - Enables for local interaction. + - Enables for local interaction - :code:`0.1.0` * - :code:`whirl_server` - The meat and potatoes; instantiates the sub-servers which a WorldServer *should* accommodate. diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index e3ee3ee..8548b5a 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -3,7 +3,7 @@ name = "whirl_api" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" -description = "Enables for remote interaction." +description = "Enables for remote interaction" documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml index d7645d4..f10348f 100644 --- a/crates/whirl_common/Cargo.toml +++ b/crates/whirl_common/Cargo.toml @@ -3,7 +3,7 @@ name = "whirl_common" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" -description = "Provides assorted utilities for global use." +description = "Provides assorted utilities for global use" documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index c7f5e37..24f868d 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -3,7 +3,7 @@ name = "whirl_config" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" -description = "Provides abstractions to interact with the configuration system." +description = "Provides abstractions to interact with the configuration system" documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml index 04ec614..b4fee55 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -3,7 +3,7 @@ name = "whirl_db" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" -description = "Provides abstractions to interact with the database layer." +description = "Provides abstractions to interact with the database layer" documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 48bff89..ee8d6df 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -3,7 +3,7 @@ name = "whirl_prompt" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" -description = "Enables for local interaction." +description = "Enables for local interaction" documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" |