Skip to content

Commit 3d6f0a1

Browse files
committed
chore: add missing crate descriptions
1 parent 5f0152d commit 3d6f0a1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

postgresql_archive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
authors.workspace = true
33
categories.workspace = true
4+
description = "A library for downloading and extracting PostgreSQL archives"
45
edition.workspace = true
56
keywords.workspace = true
67
license.workspace = true

postgresql_archive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
---
1010

11-
Provides utilities to work with PostgreSQL installation archives from
11+
A library for downloading and extracting PostgreSQL archives from
1212
[theseus-rs/postgresql-binaries](https://github.com/theseus-rs/postgresql-binaries).
1313

1414
## Examples

postgresql_embedded/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors.workspace = true
33
build = "build/build.rs"
44
categories.workspace = true
5+
description = "Embed PostgreSQL in Rust applications"
56
edition.workspace = true
67
keywords.workspace = true
78
license.workspace = true

0 commit comments

Comments
 (0)