diff --git a/plugins/geolocation/Cargo.toml b/plugins/geolocation/Cargo.toml index 33df2b2d..f82bd166 100644 --- a/plugins/geolocation/Cargo.toml +++ b/plugins/geolocation/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "tauri-plugin-geolocation" +description = "Get and track the device's current position" version = "2.0.0-rc.0" edition = { workspace = true } authors = { workspace = true } diff --git a/plugins/haptics/Cargo.toml b/plugins/haptics/Cargo.toml index aa2789ac..3679b1e0 100644 --- a/plugins/haptics/Cargo.toml +++ b/plugins/haptics/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "tauri-plugin-haptics" +description = "Haptic feedback and vibrations on Android and iOS" version = "2.0.0-rc.0" edition = { workspace = true } authors = { workspace = true }