Skip to content

Commit

Permalink
Update Cargo.toml and support crates.io publication (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 19, 2024
1 parent 371db77 commit c1fcf32
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 24 deletions.
27 changes: 14 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ description = "Code quality toolkit"
documentation = "https://docs.qlty.sh"
homepage = "https://qlty.sh"
repository = "https://github.com/qltysh/qlty"
keywords = ["TODO"]
categories = ["TODO"]
license = "FSL-1.1-GPL-3.0"
keywords = ["linter", "quality", "static-analysis", "testing", "code-coverage"]
categories = ["development-tools", "development-tools::testing"]
license-file = "LICENSE.md"
edition = "2021"
include = ["/*.md"]

[workspace]
resolver = "2"
Expand Down Expand Up @@ -63,16 +64,16 @@ pathdiff = "0.2.2"
pbjson = "0.7.0"
pbjson-types = "0.7.0"
prost = "0.13.3"
qlty-analysis = { path = "qlty-analysis" }
qlty-check = { path = "qlty-check" }
qlty-cloud = { path = "qlty-cloud" }
qlty-config = { path = "qlty-config" }
qlty-coverage = { path = "qlty-coverage" }
qlty-llm = { path = "qlty-llm" }
qlty-skills = { path = "qlty-skills" }
qlty-smells = { path = "qlty-smells" }
qlty-test-utilities = { path = "qlty-test-utilities" }
qlty-types = { path = "qlty-types" }
qlty-analysis = { version = "0.440.0", path = "qlty-analysis" }
qlty-check = { version = "0.440.0", path = "qlty-check" }
qlty-cloud = { version = "0.440.0", path = "qlty-cloud" }
qlty-config = { version = "0.440.0", path = "qlty-config" }
qlty-coverage = { version = "0.440.0", path = "qlty-coverage" }
qlty-llm = { version = "0.440.0", path = "qlty-llm" }
qlty-skills = { version = "0.440.0", path = "qlty-skills" }
qlty-smells = { version = "0.440.0", path = "qlty-smells" }
qlty-test-utilities = { version = "0.440.0", path = "qlty-test-utilities" }
qlty-types = { version = "0.440.0", path = "qlty-types" }
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion qlty-analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true
autotests = false

Expand Down
2 changes: 1 addition & 1 deletion qlty-cloud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion qlty-llm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-skills/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-smells/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-test-utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion qlty-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
license-file.workspace = true
edition.workspace = true

[lib]
Expand Down

0 comments on commit c1fcf32

Please sign in to comment.