diff options
| author | Fuwn <[email protected]> | 2021-05-23 16:33:22 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-23 16:33:22 -0700 |
| commit | 26100905f6bf8556b5012255c8a71144731d81f3 (patch) | |
| tree | f4f6e04b34a5579a761db6dc23c000f0954efb67 /crates/whirl_db | |
| parent | docs(crates): update readme (diff) | |
| download | whirl-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.toml | 2 |
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" |