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 /crates/whirl_common | |
| 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
Diffstat (limited to 'crates/whirl_common')
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |