launchify 0.2.0

Easy launch agents for macOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "launchify"
version = "0.2.0"
authors = ["Ryan Collingham <ryan@tokencard.io>"]
edition = "2018"
description = "Easy launch agents for macOS"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3.21"
regex = "1.4.3"
dirs = "3.0.1"
handlebars = "3.5.2"
serde_json = "1.0.62"