[package] name = "timecmp" version = "0.1.0" authors = ["Thomas Kluyver "] repository = "https://gitlab.com/takluyver/timecmp" license = "MIT" description = "Compare execution time of two programs" readme = "README.md" [dependencies] libc = "0.2" floating-duration = "0.1.2" clap = "~2.31" shlex = "0.1.1"