diff options
| author | Fuwn <[email protected]> | 2021-06-07 01:55:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 01:55:18 -0700 |
| commit | ddb8c6afd4bf38b454f48d091fe0c025fe328048 (patch) | |
| tree | 7dc2fc2b7dd31ded08a85731485986dff66301fa /crates/whirl_api | |
| parent | docs(whirl_api): document public functions (diff) | |
| download | whirl-ddb8c6afd4bf38b454f48d091fe0c025fe328048.tar.xz whirl-ddb8c6afd4bf38b454f48d091fe0c025fe328048.zip | |
refactor(global): update crate descriptions
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 8749f39..67feb77 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -3,7 +3,7 @@ name = "whirl_api" version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2018" -description = "The API, for external interaction." +description = "Enables for remote interaction." documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" |