[package] name = "snore" version = "0.1.1" authors = ["Fin Christensen "] description = "Runs for the given time and is similar to the Unix 'sleep' command" homepage = "https://github.com/fin-ger/snore" repository = "https://github.com/fin-ger/snore" readme = "README.md" edition = "2018" license = "GPL-3.0-or-later" [dependencies] clap = "2.33.0" ansi_term = "0.12.1" [profile.release] opt-level = 'z' # Optimize for size. lto = true codegen-units = 1 panic = 'abort' [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets] snore = { path = "/usr/bin/snore" } [package.metadata.deb] extended-description = "The program provides a cross-platform interface for delaying the execution of a script for a given amount of time."