1
0
mirror of https://github.com/Miserlou/Loop synced 2024-07-05 16:38:37 +00:00

update toml

This commit is contained in:
Rich Jones 2018-05-18 12:15:19 -04:00
parent ac6db9485b
commit d645d5cbf9

View File

@ -2,6 +2,14 @@
name = "looper"
version = "0.1.0"
authors = ["Rich Jones <miserlou@gmail.com>"]
description = "UNIX's missing loop command"
documentation = "https://github.com/Miserlou/Looper"
homepage = "https://github.com/Miserlou/Looper"
repository = "https://github.com/Miserlou/Looper"
readme = "README.md"
license = "MIT"
[dependencies]
clap = {version = "2.31", features = ["yaml"]}