saphyr-serde/saphyr/Cargo.toml

10 lines
341 B
TOML
Raw Normal View History

2015-05-24 06:27:42 +00:00
[package]
name = "yaml-rust"
2015-12-24 06:55:49 +00:00
version = "0.3.0"
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/"
2015-06-04 08:33:55 +00:00
license = "MIT"
description = "The missing YAML 1.2 parser for rust"
2015-06-04 08:33:55 +00:00
repository = "https://github.com/chyh1990/yaml-rust"