howto-cli 0.1.2

instant coding answers via the command line
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "howto-cli"
version = "0.1.2"
authors = ["pbzweihander <sd852456@naver.com>"]
license = "MIT"
description = "instant coding answers via the command line"
repository = "https://github.com/pbzweihander/howto"
keywords = ["cli", "search"]

[dependencies]
howto = "0.1"
getopts = "0.2"
openssl-probe = "0.1.2"

[[bin]]
name = "howto"
path = "src/main.rs"