2022-12-23 14:29:32 -05:00
|
|
|
[workspace]
|
2024-01-20 11:17:35 +08:00
|
|
|
members = ["mini-lsm", "xtask", "mini-lsm-starter"]
|
2024-01-10 14:12:34 +08:00
|
|
|
resolver = "2"
|
2022-12-23 14:29:32 -05:00
|
|
|
|
|
|
|
[workspace.package]
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
homepage = "https://github.com/skyzh/mini-lsm"
|
|
|
|
keywords = ["storage", "database", "tutorial"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/skyzh/mini-lsm"
|
2022-12-23 23:45:09 -05:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
anyhow = "1"
|
|
|
|
bytes = "1"
|