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