saphyr-serde/parser/Cargo.toml

13 lines
415 B
TOML
Raw Normal View History

2015-05-24 06:27:42 +00:00
[package]
name = "yaml-rust"
version = "0.3.1"
2015-05-24 06:27:42 +00:00
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
2015-06-04 08:28:01 +00:00
homepage = "http://chyh1990.github.io/yaml-rust/"
documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/"
license = "MIT/Apache-2.0"
description = "The missing YAML 1.2 parser for rust"
2015-06-04 08:33:55 +00:00
repository = "https://github.com/chyh1990/yaml-rust"
[dependencies]
clippy = { version = "^0.*", optional = true }