shellfn 0.1.0

Attribute-like proc macro which reduces the amount of code required to call shell commands and parse the results
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "shellfn"
version = "0.1.0"
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>"]
description = "Attribute-like proc macro which reduces the amount of code required to call shell commands and parse the results"
documentation = "https://docs.rs/shellfn"
readme = "README.md"
keywords = ["shell", "command", "bash"]
categories = ["command-line-interface", "os"]
license = "MIT"
repository = "https://github.com/synek317/shellfn"

[lib]
path = "src/lib.rs"
doctest = false
[dependencies.shellfn-attribute]
version = "0.1.0"

[dependencies.shellfn-core]
version = "0.1.0"
[badges.travis-ci]
branch = "master"
repository = "synek317/shellfn"