Add some fields to the cargo manifest
This commit is contained in:
parent
45660e7b4e
commit
0034fce809
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ version = "0.1.0"
|
|||
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
|
||||
build = "build.rs"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
keywords = ["incremental", "parsing"]
|
||||
categories = ["parsing", "text editors", "api bindings"]
|
||||
|
||||
include = [
|
||||
"/build.rs",
|
||||
"/Cargo.toml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue