ptx-builder 0.2.0

NVPTX build helper
Documentation
[package]
name = "ptx-builder"
version = "0.2.0"
description = "NVPTX build helper"
authors = ["Denys Zariaiev <denys.zariaiev@gmail.com>"]
repository = "https://github.com/denzp/rust-ptx-builder"
readme = "README.md"
license = "MIT"

exclude = [
    "tests/**/*",
]

[dependencies]
error-chain = "0.11"
colored = "1.6"
toml = "0.4"

[badges]
travis-ci = { repository = "denzp/rust-ptx-builder", branch = "master" }