diff options
| author | Fuwn <[email protected]> | 2021-07-02 23:44:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-02 23:44:55 -0700 |
| commit | f0d8e009deb34528ed75a013a8caae0fa798ca8f (patch) | |
| tree | 7d3e8e97c1f25e2b454da224d56832ad83dc182f | |
| parent | fix(whirl_cli): method of comparing argument when evaluating logger style (diff) | |
| download | whirl-f0d8e009deb34528ed75a013a8caae0fa798ca8f.tar.xz whirl-f0d8e009deb34528ed75a013a8caae0fa798ca8f.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 6ca6fce..dc04cbf 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 9422b4d..6e5ef26 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 094e034..d513b89 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 3a5c80a..d2ef249 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 767ec91..5661a98 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" |