From 60df62972503edfdaf45048f8b29287618b73ec5 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Tue, 8 Jun 2021 09:35:01 +0200 Subject: [PATCH] cargo.toml license desc and author --- common/Cargo.toml | 4 +++- fastfield_codecs/Cargo.toml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 47a7290cd..94ff9ee56 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "common" version = "0.1.0" -authors = ["Pascal Seitz "] +authors = ["Paul Masurel ", "Pascal Seitz "] +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 diff --git a/fastfield_codecs/Cargo.toml b/fastfield_codecs/Cargo.toml index f693efeee..0626d4789 100644 --- a/fastfield_codecs/Cargo.toml +++ b/fastfield_codecs/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "fastfield_codecs" version = "0.1.0" -authors = ["Pascal Seitz "] +authors = ["Pascal Seitz "] +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