add banner, metadata

pull/504/head
Lucas Nogueira 2 years ago
parent eb62d51f2a
commit f4f04decc5
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -3077,7 +3077,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-deep-link"
version = "0.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"serde",

@ -1,9 +1,15 @@
[package]
name = "tauri-plugin-deep-link"
version = "0.0.0"
version = "2.0.0-alpha.0"
description = "Set your Tauri application as the default handler for an URL"
#authors = { workspace = true }
#license = { workspace = true }
#edition = { workspace = true }
#rust-version = { workspace = true }
edition = "2021"
authors = [""]
license = ""
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
rust-version = "1.65"
links = "tauri-plugin-deep-link"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,6 +1,6 @@
![plugin-deep-link](banner.png)
<!-- description -->
Set your Tauri application as the default handler for an URL.
## Install

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

@ -11,7 +11,7 @@
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-alpha.5",
"@tauri-apps/plugin-deep-link": "^1.0.0"
"@tauri-apps/plugin-deep-link": "^2.0.0-alpha.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.10",

@ -1,6 +1,7 @@
{
"name": "@tauri-apps/plugin-deep-link",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Set your Tauri application as the default handler for an URL",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
@ -24,7 +25,7 @@
"LICENSE"
],
"devDependencies": {
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.5"

@ -190,7 +190,7 @@ importers:
version: 2.0.0-alpha.5
devDependencies:
tslib:
specifier: ^2.4.1
specifier: ^2.5.0
version: 2.5.0
plugins/deep-link/examples/old:
@ -199,7 +199,7 @@ importers:
specifier: ^2.0.0-alpha.5
version: 2.0.0-alpha.5
'@tauri-apps/plugin-deep-link':
specifier: ^1.0.0
specifier: ^2.0.0-alpha.0
version: link:../..
devDependencies:
'@tauri-apps/cli':

Loading…
Cancel
Save