update readmes and package descriptions

This commit is contained in:
Jonas Kruckenberg
2023-01-06 17:42:43 +01:00
parent 89650db1b1
commit e6cfc80b17
27 changed files with 28 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
[package]
name = "tauri-plugin-fs-watch"
version = "0.1.0"
description = "Watch files and directories for changes."
authors.workspace = true
license.workspace = true
edition.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
![plugin-fs-watch](banner.png)
Watch changes on files and directories through [notify](https://github.com/notify-rs/notify).
Watch files and directories for changes using [notify](https://github.com/notify-rs/notify).
## Install
+1
View File
@@ -1,6 +1,7 @@
{
"name": "tauri-plugin-fs-watch-api",
"version": "0.0.0",
"description": "Watch files and directories for changes.",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"