From 82267801e2cb80ef09f10c98a3670e2ccbb73248 Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Mon, 5 Aug 2024 15:38:30 -0400 Subject: [PATCH] add missing descriptions (#555) I have audited by hand that all crates now have a description field --- encodings/datetime-parts/Cargo.toml | 1 + vortex-datafusion/Cargo.toml | 1 + vortex-flatbuffers/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/encodings/datetime-parts/Cargo.toml b/encodings/datetime-parts/Cargo.toml index a5e073c6f5..4fb251e41e 100644 --- a/encodings/datetime-parts/Cargo.toml +++ b/encodings/datetime-parts/Cargo.toml @@ -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 } diff --git a/vortex-datafusion/Cargo.toml b/vortex-datafusion/Cargo.toml index be1f217ebd..38696fbc11 100644 --- a/vortex-datafusion/Cargo.toml +++ b/vortex-datafusion/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "vortex-datafusion" +description = "Apache Datafusion integration for Vortex" version = { workspace = true } homepage = { workspace = true } repository = { workspace = true } diff --git a/vortex-flatbuffers/Cargo.toml b/vortex-flatbuffers/Cargo.toml index 509f73f4ec..e8e2848283 100644 --- a/vortex-flatbuffers/Cargo.toml +++ b/vortex-flatbuffers/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "vortex-flatbuffers" +description = "Flatbuffers definitions for Vortex types" version = { workspace = true } homepage = { workspace = true } repository = { workspace = true }