Skip to content

Commit 4899895

Browse files
committed
fix: add missing crate metadata
1 parent 4db635f commit 4899895

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/geolocation/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "tauri-plugin-geolocation"
3+
description = "Get and track the device's current position"
34
version = "2.0.0-rc.0"
45
edition = { workspace = true }
56
authors = { workspace = true }

plugins/haptics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "tauri-plugin-haptics"
3+
description = "Haptic feedback and vibrations on Android and iOS"
34
version = "2.0.0-rc.0"
45
edition = { workspace = true }
56
authors = { workspace = true }

0 commit comments

Comments
 (0)