[package] name = "lxcrond" version = "0.2.1" authors = ["teknopaul "] edition = "2018" description = "cron and entr/inotify server for lxc containers" license = "GPL-3.0-only" readme = "readme.md" [dependencies] lazy_static = "1.4.0" cmdline_words_parser = "0.1.0" chrono = "0.4.11" getopts = "0.2" libc = "0.2.66" log = "0.4.8" log4rs = "0.9.0" regex = "1.3.1" [profile.release] opt-level = 'z' # Optimize for size. lto = true codegen-units = 1 panic = 'abort'