[package]
name = "escargot"
version = "0.3.1"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Cargo API written in Paris"
homepage = "https://github.com/crate-ci/escargot"
documentation = "http://docs.rs/escargot/"
readme = "README.md"
keywords = ["cargo", "packaging"]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crate-ci/escargot.git"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"