Skip to content

Commit 6f0c2e8

Browse files
bors[bot]bidoubiwa
andauthored
Merge #411
411: Add licence and description field in index-settings crate r=bidoubiwa a=bidoubiwa In order for the `index-settings-macro` to be publishable on crates.io, it requires a `description` and `licence` field. Unfortunately, the `--dry-run` did not raise that, this lead to a failed publish previously. ``` Caused by: the remote server responded with an error: missing or empty metadata fields: description, license. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata ``` Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents af644d9 + 66de8f5 commit 6f0c2e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meilisearch-index-setting-macro/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "meilisearch-index-setting-macro"
33
version = "0.1.0"
4+
description = "Helper tool to generate settings of an Meilisearch index"
45
edition = "2021"
6+
license = "MIT"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

0 commit comments

Comments
 (0)