cargo-bundle 0.0.0

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

[dependencies]
clap = "^2"
plist = "0.*"
toml = "^0.1"
walkdir = "^0.1"