Skip to content

Commit

Permalink
Modify description in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Feb 12, 2024
1 parent 3ae73a3 commit 728d61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sql-insight-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "sql-insight-cli"
description = "SQL Insight is a tool to parse SQL queries and provide insight into the queries."
description = "A CLI toolkit for SQL query analysis, formatting, and transformation.
documentation = "https://docs.rs/sql-insight-cli/"
keywords = ["sql", "query", "cli","toolkit", "insight"]
keywords = ["sql", "query", "cli", "toolkit", "insight"]
include = [
"src/**/*.rs",
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion sql-insight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sql-insight"
description = "SQL Insight is a tool to parse SQL queries and provide insight into the queries."
description = "A toolkit for SQL query analysis, formatting, and transformation."
documentation = "https://docs.rs/sql-insight/"
keywords = ["sql", "query", "toolkit", "insight"]
include = [
Expand Down

0 comments on commit 728d61e

Please sign in to comment.