has_command 0.1.0

Allows checking if host machine supports a given command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "has_command"
description = "Allows checking if host machine supports a given command"
version = "0.1.0"
license = "MIT"
authors = ["Marián Skrip <marian.skripp@gmail.com>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/mskrip/has-command-rs/"


[lib]
proc-macro = true

[dependencies]
syn = {version="1.0.5", features=["full"]}
quote = "1.0.2"