Files
mini_lsm/mini-lsm/Cargo.toml
Alex Chi 4dd024804c update Cargo.toml
Signed-off-by: Alex Chi <iskyzh@gmail.com>
2022-12-23 15:57:15 -05:00

15 lines
423 B
TOML

[package]
name = "mini-lsm"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
description = "A tutorial for building an LSM tree storage engine in a week."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1"