Skip to content

Commit

Permalink
feat: add descriptins to libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Oct 4, 2024
1 parent 2cd65b6 commit 6a03869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/lib-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "sqruff-lib-core"
description = "Core library that underpins the sqruff library."
version.workspace = true
repository.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/lib-dialects/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "sqruff-lib-dialects"
description = "Implementation of sql dialects for sqruff."
version.workspace = true
repository.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 6a03869

Please sign in to comment.