diff options
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
| -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 6ca6fce..dc04cbf 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 = "Enables for remote interaction." +description = "Enables for remote interaction" documentation = "https://whirlsplash.org/docs/" readme = "../../README.rst" homepage = "https://whirlsplash.org" |