fix: add missing crate metadata

pull/1619/head geolocation-v2.0.0-rc.0
Lucas Nogueira 10 months ago
parent 4db635f19b
commit 4899895479
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -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 }

@ -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 }

Loading…
Cancel
Save