fix: add missing crate metadata

This commit is contained in:
Lucas Nogueira
2024-08-02 12:12:24 -03:00
parent 4db635f19b
commit 4899895479
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
View File
@@ -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 }