Skip to content

Commit 86d657e

Browse files
authored
Added some cargo meta information for publication (#290)
1 parent c51b9f0 commit 86d657e

File tree

13 files changed

+55
-1
lines changed

13 files changed

+55
-1
lines changed

quickwit-cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.1.0"
44
authors = ["Quickwit, Inc. <[email protected]>"]
55
edition = "2018"
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Quickwit is a cost-efficient search engine."
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
711

812
[[bin]]
913
name = "quickwit"

quickwit-cluster/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = "0.1.0"
44
authors = ['Quickwit, Inc. <[email protected]>']
55
edition = "2018"
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Quickwit's cluster membership"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
11+
712

813
[dependencies]
914
anyhow = "1.0"

quickwit-common/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.1.0"
44
authors = ['Quickwit, inc <[email protected]>']
55
edition = "2018"
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Util crate of quickwit"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
711

812
[dependencies]
913
anyhow = "1"

quickwit-core/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = "0.1.0"
44
authors = ["Quickwit, Inc. <[email protected]>"]
55
edition = "2018"
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Core crate of quickwit"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
11+
712

813
[dependencies]
914
anyhow = "1.0"

quickwit-directories/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = '0.1.0'
44
authors = ['Quickwit, Inc. <[email protected]>']
55
edition = '2018'
66
license = 'AGPL-3.0-or-later' # For a commercial, license, contact [email protected]
7+
description = "Crate containing all of the custom tantivy Directory used in quickwit"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
11+
712

813
[dependencies]
914
attohttpc = { version = "0.16", default-features = false, features = ["json"] }

quickwit-index-config/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = "0.1.0"
44
authors = ["Quickwit, Inc. <[email protected]>"]
55
edition = "2018"
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Quickwit index configuration"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
11+
712

813
[dependencies]
914
anyhow = "1"

quickwit-metastore/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = "0.1.0"
44
authors = ['Quickwit, Inc. <[email protected]>']
55
edition = "2018"
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Quickwit's metastore"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
11+
712

813
[dependencies]
914
anyhow = "1.0"

quickwit-proto/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = '0.1.0'
44
authors = ['Quickwit, inc <[email protected]>']
55
edition = '2018'
66
license = 'AGPL-3.0-or-later' # For a commercial, license, contact [email protected]
7+
description = "Quickwit's protos"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
711

812
[dependencies]
913
tonic = '0.4.3'

quickwit-proto/README.md

Whitespace-only changes.

quickwit-search/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version = '0.1.0'
44
authors = ['Quickwit, inc <[email protected]>']
55
edition = '2018'
66
license = "AGPL-3.0-or-later" # For a commercial, license, contact [email protected]
7+
description = "Quickwit's search logic"
8+
repository = "https://github.com/quickwit-inc/quickwit"
9+
homepage = "https://quickwit.io/"
10+
documentation = "https://quickwit.io/docs/"
11+
712

813
[dependencies]
914
anyhow = '1'

0 commit comments

Comments
 (0)