Skip to content

Commit

Permalink
Add Cargo metadata (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn authored Jun 11, 2024
1 parent 1bd03dc commit 3ec17f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]
name = "fastlanes"
version = "0.1.0"
description = "Rust implementation of the FastLanes compression layout"
license = "MIT"
homepage = "https://github.com/spiraldb/fastlanes"
repository = "https://github.com/spiraldb/fastlanes"
authors = ["SpiralDB <hello@spiraldb.com>"]
keywords = ["fastlanes", "compression", "codec"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 3ec17f5

Please sign in to comment.