Skip to content

Commit

Permalink
add missing descriptions (#555)
Browse files Browse the repository at this point in the history
I have audited by hand that all crates now have a description field
  • Loading branch information
a10y authored Aug 5, 2024
1 parent ae6f8a4 commit 8226780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions encodings/datetime-parts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "vortex-datetime-parts"
description = "Vortex physical encoding that compresses temporal components individually"
version = { workspace = true }
edition = "2021"
license = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions vortex-datafusion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "vortex-datafusion"
description = "Apache Datafusion integration for Vortex"
version = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions vortex-flatbuffers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "vortex-flatbuffers"
description = "Flatbuffers definitions for Vortex types"
version = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 8226780

Please sign in to comment.