diff options
| author | Fuwn <[email protected]> | 2021-05-23 16:33:22 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-23 16:33:22 +0000 |
| commit | cab551696d0330ae9df87ad426d68ea992b81f6b (patch) | |
| tree | 873df71d797f70e7df313b6a4432a7cb8fcfca6c /crates/whirl_db | |
| parent | docs(crates): update readme (diff) | |
| download | whirl-cab551696d0330ae9df87ad426d68ea992b81f6b.tar.xz whirl-cab551696d0330ae9df87ad426d68ea992b81f6b.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 0e9bdf0..cf871f2 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" |