initial commit

Signed-off-by: Alex Chi <iskyzh@gmail.com>
This commit is contained in:
Alex Chi
2022-12-23 14:29:32 -05:00
commit 68303e99b8
17 changed files with 849 additions and 0 deletions

13
mini-lsm/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "mini-lsm"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1"