1
0
mirror of https://github.com/Miserlou/Loop synced 2024-07-01 06:34:24 +00:00
loop/Cargo.toml
2020-10-05 18:21:13 +02:00

28 lines
531 B
TOML

[package]
name = "loop-rs"
version = "0.6.1"
authors = ["Rich Jones <miserlou@gmail.com>"]
description = "UNIX's missing loop command"
documentation = "https://github.com/Miserlou/Loop"
homepage = "https://github.com/Miserlou/Loop"
repository = "https://github.com/Miserlou/Loop"
readme = "README.md"
license = "MIT"
[dependencies]
structopt = "0.2.18"
humantime = "1.1.1"
atty = "0.2"
regex = "1.0.0"
subprocess = "0.1.12"
tempfile = "3.0.3"
[dev-dependencies]
assert_cmd = "1.0.1"
[[bin]]
name = "loop"
path = "src/main.rs"