fun-folder-common 0.1.2

Common package used by `fun-folder` project ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "fun-folder-common"

version = "0.1.2"

authors = ["lambaaada <mayan.shoshani7@gmail.com>"]

edition = "2018"

description = "Common package used by `fun-folder` project ecosystem"

repository = "https://github.com/lambaaada/fun-folder-common/"

keywords = ["notify", "watch", "events", "filesystem"]

categories = ["command-line-utilities", "filesystem"]

license-file = "LICENSE"

include = [

    "**/*.rs",

    "Cargo.toml"

]



[dependencies]

notify = "4.0.15"