[package] name = "rsincrond" authors = ["Mattia Repetto "] version = "0.0.2" edition = "2021" repository = "https://github.com/mfwre/rsincron" homepage = "https://github.com/mfwre/rsincron" documentation = "https://github.com/mfwre/rsincron" license = "GPL-3.0-or-later" description = "Rust rewrite of the incredibly useful but abandoned incron software" readme = "README.md" keywords = ["incron"] [dependencies] async-std = { version = "1.12.0", features = ["attributes", "tokio1"] } chrono = "0.4.23" clap = { version = "4.1.8", features = ["derive"] } futures = "0.3.26" inotify = "0.10.0" uuid = { version = "1.3.0", features = ["v4"] } [[bin]] name = "rsincrontab" [lib] name = "rsincronlib"