Skip to content

Commit

Permalink
chore: add readme to package metadata (#45)
Browse files Browse the repository at this point in the history
* add readme to package metadata

* fix CR
  • Loading branch information
jiacai2050 authored Mar 8, 2023
1 parent 8549dae commit 5dd69f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ repository = "https://github.com/CeresDB/sqlness"
homepage = "https://github.com/CeresDB/sqlness"
license = "Apache-2.0"
keywords = ["sql", "database", "cli"]
readme = "README.md"
3 changes: 2 additions & 1 deletion sqlness-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "sqlness-cli"
description = "Sqlness command line tool"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
description = "Sqlness command line tool"
readme = { workspace = true }

[dependencies]
async-trait = "0.1.64"
Expand Down
1 change: 1 addition & 0 deletions sqlness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }

[dependencies]
async-trait = "0.1"
Expand Down

0 comments on commit 5dd69f3

Please sign in to comment.