Cargo.toml: Add the readme.
This commit is contained in:
parent
dc5f21562d
commit
f9a6f41e9a
@ -1,8 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tantivy"
|
name = "tantivy"
|
||||||
version = "0.12.0-rc.1"
|
version = "0.12.0-rc.1"
|
||||||
|
readme = "README.md"
|
||||||
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license-file = "LICENSE"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user