aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_db
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-23 16:33:22 -0700
committerFuwn <[email protected]>2021-05-23 16:33:22 -0700
commit26100905f6bf8556b5012255c8a71144731d81f3 (patch)
treef4f6e04b34a5579a761db6dc23c000f0954efb67 /crates/whirl_db
parentdocs(crates): update readme (diff)
downloadwhirl-26100905f6bf8556b5012255c8a71144731d81f3.tar.xz
whirl-26100905f6bf8556b5012255c8a71144731d81f3.zip
docs(crates): modify crate descriptions to fit their tasks
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 dea38eb..ce31076 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 = "Whirl, an open-source WorldServer implementation in Rust."
+description = "Database utilities, to interact with the database."
documentation = "https://whirlsplash.org/docs/"
readme = "../../README.rst"
homepage = "https://whirlsplash.org"