forked from nabijaczleweli/openalias.rs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (27 loc) · 796 Bytes
/
Cargo.toml
File metadata and controls
32 lines (27 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "openalias"
description = "Look up and parse OpenAlias data"
documentation = "https://cdn.rawgit.com/nabijaczleweli/openalias.rs/doc/openalias/index.html"
repository = "https://github.com/nabijaczleweli/openalias.rs"
readme = "README.md"
keywords = ["cargo", "update", "plugin", "subcommand"]
categories = ["command-line-utilities", "parser-implementations", "authentication"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml
version = "0.2.0"
# Remember to also update in openalias.rs.md
authors = ["nabijaczleweli <nabijaczleweli@gmail.com>"]
exclude = ["*.enc"]
[dependencies]
resolve = "0.1"
clap = "2.26"
crc = "1.5"
[build-dependencies]
peg = "0.5"
rustfmt = "0.9"
embed-resource = "1.1"
[[bin]]
name = "openalias"
test = false
doc = false