cargo.toml license desc and author

This commit is contained in:
Pascal Seitz
2021-06-08 09:35:01 +02:00
parent 2570b005ac
commit 60df629725
2 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
[package]
name = "common"
version = "0.1.0"
authors = ["Pascal Seitz <pascal.seitz@gmail.com>"]
authors = ["Paul Masurel <paul@quickwit.io>", "Pascal Seitz <pascal@quickwit.io>"]
license = "MIT"
edition = "2018"
description = "common traits and utility functions used by multiple tantivy subcrates"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,8 +1,10 @@
[package]
name = "fastfield_codecs"
version = "0.1.0"
authors = ["Pascal Seitz <pascal.seitz@gmail.com>"]
authors = ["Pascal Seitz <pascal@quickwit.io>"]
license = "MIT"
edition = "2018"
description = "Fast field codecs used by tantivy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html