aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_db
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 01:55:18 -0700
committerFuwn <[email protected]>2021-06-07 01:55:18 -0700
commitddb8c6afd4bf38b454f48d091fe0c025fe328048 (patch)
tree7dc2fc2b7dd31ded08a85731485986dff66301fa /crates/whirl_db
parentdocs(whirl_api): document public functions (diff)
downloadwhirl-ddb8c6afd4bf38b454f48d091fe0c025fe328048.tar.xz
whirl-ddb8c6afd4bf38b454f48d091fe0c025fe328048.zip
refactor(global): update crate descriptions
Diffstat (limited to 'crates/whirl_db')
-rw-r--r--crates/whirl_db/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml
index ce31076..98567d6 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 = "Database utilities, to interact with the database."
+description = "Provides abstractions to interact with the database layer."
documentation = "https://whirlsplash.org/docs/"
readme = "../../README.rst"
homepage = "https://whirlsplash.org"