Add pre-publish fields to Cargo.toml #36
11
Cargo.toml
11
Cargo.toml
|
@ -1,11 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "yary"
|
name = "yary"
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["Bazaah <github@luxolus.com>"]
|
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
authors = ["Bazaah <github@luxolus.com>"]
|
||||||
|
repository = "https://github.com/dolysis/yary"
|
||||||
|
description = "Lazy, efficient YAML parsing"
|
||||||
|
readme = "docs/README.md"
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
keywords = ["yaml", "parser", "parsing"]
|
||||||
|
categories = ["parser-implementations"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# PRIVATE! FOR USE IN TEST ONLY!
|
# PRIVATE! FOR USE IN TEST ONLY!
|
||||||
|
|
Loading…
Reference in New Issue