chore(plugins): update description field (#399)

pull/400/head app-js-v2.0.0-alpha.0
Lucas Fernandes Nogueira 2 years ago committed by GitHub
parent 396f493fdb
commit 26d993cfea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-app"
version = "2.0.0-alpha.0"
description = "APIs to read application metadata and change app visibility on macOS."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-cli"
version = "2.0.0-alpha.0"
description = "Parse arguments from your Tauri application's command line interface."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-clipboard"
version = "2.0.0-alpha.0"
description = "Read and write to the system clipboard."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-dialog"
version = "2.0.0-alpha.0"
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-global-shortcut"
version = "2.0.0-alpha.0"
description = "Register global hotkeys listeners on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-alpha.0"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-notification"
version = "2.0.0-alpha.0"
description = "Send desktop and mobile notifications on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-os"
version = "2.0.0-alpha.0"
description = "Read information about the operating system."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-process"
version = "2.0.0-alpha.0"
description = "Access the current process of your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-shell"
version = "2.0.0-alpha.0"
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-updater"
version = "2.0.0-alpha.0"
description = "In-app updates for Tauri applications."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-websocket"
version = "2.0.0-alpha.0"
description = "Expose a WebSocket server to your Tauri frontend."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-window"
version = "2.0.0-alpha.0"
description = "Interact with the Tauri window."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

Loading…
Cancel
Save