Skip to content

Commit

Permalink
📝 Update crate descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Aug 1, 2022
1 parent 134417f commit 111bca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cornucopia_async"
version = "0.2.2"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Generic client trait for Cornucopia users"
description = "Asynchronous client library for Cornucopia users."
homepage = "https://github.com/cornucopia-rs/cornucopia"
repository = "https://github.com/cornucopia-rs/cornucopia"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion clients/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cornucopia_sync"
version = "0.2.2"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Generic client trait for Cornucopia users"
description = "Synchronous client library for Cornucopia users."
homepage = "https://github.com/cornucopia-rs/cornucopia"
repository = "https://github.com/cornucopia-rs/cornucopia"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion cornucopia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cornucopia"
version = "0.7.4"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Generate type checked Rust from your SQL"
description = "Generate type-checked Rust from your PostgreSQL queries."
homepage = "https://github.com/cornucopia-rs/cornucopia"
repository = "https://github.com/cornucopia-rs/cornucopia"
readme = "README.md"
Expand Down

0 comments on commit 111bca2

Please sign in to comment.