chore: fill description field for new crates

This commit is contained in:
Lucas Nogueira
2023-12-20 00:10:26 -03:00
parent 8c6d96e645
commit c2115d8d21
5 changed files with 37 additions and 35 deletions
+3 -2
View File
@@ -1,14 +1,15 @@
[package]
name = "tauri-plugin-biometric"
version = "2.0.0-alpha.0"
description = "Prompt the user for biometric authentication on Android and iOS."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-biometric"
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[build-dependencies]
tauri-build = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
![biometric](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/biometric/banner.png)
<!-- description -->
Prompt the user for biometric authentication on Android and iOS.
## Install
+3 -2
View File
@@ -1,14 +1,15 @@
[package]
name = "tauri-plugin-nfc"
version = "2.0.0-alpha.0"
description = "Read and write NFC tags on Android and iOS."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-nfc"
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[build-dependencies]
tauri-build = { workspace = true }
+1 -1
View File
@@ -1,6 +1,6 @@
![NFC](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/nfc/banner.png)
<!-- description -->
Read and write NFC tags on Android and iOS.
## Install