[package] name = "fsync" version = "0.1.0" authors = ["Erle Carrara "] repository = "https://github.com/ecarrara/fsync-rs.git" homepage = "https://github.com/ecarrara/fsync-rs" license = "MIT" readme = "README.md" description = "Keeps files and directories synchronized." [[bin]] name = "fsync" [dependencies] libc = "0.2.21" error-chain = "0.10.0" tempdir = "0.3.5" walkdir = "1.0.7" [badges] travis-ci = { repository = "ecarrara/fsync-rs" }