Add pre-publish fields to Cargo.toml #36

Merged
bazaah merged 1 commits from docs/update-cargo-toml into master 2022-03-19 10:04:03 +00:00
1 changed files with 8 additions and 3 deletions
Showing only changes of commit e933d85a93 - Show all commits

View File

@ -1,11 +1,16 @@
[package]
name = "yary"
version = "0.1.0"
authors = ["Bazaah <github@luxolus.com>"]
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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
keywords = ["yaml", "parser", "parsing"]
categories = ["parser-implementations"]
[features]
# PRIVATE! FOR USE IN TEST ONLY!