escargot 0.3.1

Cargo API written in Paris
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "escargot"
version = "0.3.1"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Cargo API written in Paris"
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/escargot.git"
homepage = "https://github.com/crate-ci/escargot"
documentation = "http://docs.rs/escargot/"
readme = "README.md"
categories = ["development-tools::build-utils"]
keywords = ["cargo", "packaging"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"