[package] name = "follow" version = "0.1.5" authors = ["Feargus Ó Flannail "] description = "Watch files and print what is written to them. Similar to 'tail -F'." homepage = "https://gitlab.com/k3UHAhXkc/follow" license = "GPL-3.0" [dependencies] ansi_term = "0.9" chrono = "0.3" docopt = "0.7" error-chain = "0.10" fern = "0.3" glob = "0.2" log = "0.3" rustc-serialize = "0.3" terminal_size = "0.1" [dev-dependencies] tempdir = "0.3" timebomb = "0.1"