cargo-bundle 0.1.0

Wrap rust executables in OS-specific app bundles
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cargo-bundle"
version = "0.1.0"
authors = ["George Burton <burtonageo@gmail.com>"]
license = "MIT"
keywords = ["bundle", "cargo"]
repository = "https://github.com/burtonageo/cargo-bundle"
description = "Wrap rust executables in OS-specific app bundles"

[dependencies]
clap = "^2"
icns = "^0.2"
image = "^0.10"
md5 = "0.1.1"
plist = "0.*"
toml = "^0.1"
walkdir = "^0.1"