aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_db
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 01:55:18 +0000
committerFuwn <[email protected]>2021-06-07 01:55:18 +0000
commit5da7886b3240fbffc923e92bba2e8a0e5812a6a8 (patch)
tree94dc57e6ac22b55cea9aa3ee21bf4b795e2f3b5d /crates/whirl_db
parentdocs(whirl_api): document public functions (diff)
downloadwhirl-5da7886b3240fbffc923e92bba2e8a0e5812a6a8.tar.xz
whirl-5da7886b3240fbffc923e92bba2e8a0e5812a6a8.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 cf871f2..d28a822 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"