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]] [[package]]
name = "tauri-plugin-deep-link" name = "tauri-plugin-deep-link"
version = "0.0.0" version = "2.0.0-alpha.0"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",

@ -1,9 +1,15 @@
[package] [package]
name = "tauri-plugin-deep-link" 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" edition = "2021"
authors = [""] authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "" license = "Apache-2.0 OR MIT"
rust-version = "1.65"
links = "tauri-plugin-deep-link" links = "tauri-plugin-deep-link"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # 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) ![plugin-deep-link](banner.png)
<!-- description --> Set your Tauri application as the default handler for an URL.
## Install ## Install

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@tauri-apps/api": "^2.0.0-alpha.5", "@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": { "devDependencies": {
"@tauri-apps/cli": "^2.0.0-alpha.10", "@tauri-apps/cli": "^2.0.0-alpha.10",

@ -1,6 +1,7 @@
{ {
"name": "@tauri-apps/plugin-deep-link", "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", "license": "MIT or APACHE-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"
@ -24,7 +25,7 @@
"LICENSE" "LICENSE"
], ],
"devDependencies": { "devDependencies": {
"tslib": "^2.4.1" "tslib": "^2.5.0"
}, },
"dependencies": { "dependencies": {
"@tauri-apps/api": "2.0.0-alpha.5" "@tauri-apps/api": "2.0.0-alpha.5"

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

Loading…
Cancel
Save