Skip to content

Commit

Permalink
Add description to new vortex-schema crate (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS authored Sep 16, 2024
1 parent 4a02dba commit 5dc3dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vortex-dtype/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vortex-dtype"
version = { workspace = true }
description = "Vortex schema"
description = "Vortex's core type system"
homepage = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
Expand Down Expand Up @@ -41,7 +41,7 @@ flatbuffers = [
"dep:vortex-flatbuffers",
"vortex-error/flatbuffers",
# enable flatbuffers generated code for scalar
"vortex-flatbuffers/dtype"
"vortex-flatbuffers/dtype",
]
proto = ["dep:prost", "vortex-proto/dtype"]
serde = ["dep:serde"]
1 change: 1 addition & 0 deletions vortex-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "vortex-schema"
description = "Vortex file schema abstraction"
version = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 5dc3dfb

Please sign in to comment.