git-subtree-dir: kernel git-subtree-mainline: 817f71f90f97270dd569fd44246bf74e57636552 git-subtree-split: 7f1f6b73377367db17f98a740316b904c37ce3b1
17 lines
415 B
TOML
17 lines
415 B
TOML
[package]
|
|
name = "gentables"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
memtables = { path = "../../lib/memtables", features = ["all"] }
|
|
|
|
bytemuck = "1.14.0"
|
|
elf = "0.7.2"
|
|
thiserror = "1.0.48"
|
|
clap = { version = "4.4.2", features = ["derive"] }
|
|
bitflags = "2.4.0"
|