14 lines
211 B
TOML
14 lines
211 B
TOML
[package]
|
|
name = "memtables"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
[dependencies]
|
|
bitflags.workspace = true
|
|
bytemuck.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
all = []
|