17 lines
415 B
TOML
Raw Normal View History

[package]
name = "gentables"
version = "0.1.0"
edition = "2021"
2023-12-11 03:04:49 +02:00
authors = ["Mark Poliakov <mark@alnyan.me>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-16 00:16:38 +02:00
memtables = { path = "../../lib/memtables", features = ["all"] }
2024-07-28 12:53:30 +03:00
bytemuck = "1.16.1"
elf = "0.7.2"
thiserror = "1.0.48"
clap = { version = "4.4.2", features = ["derive"] }
2024-07-28 12:53:30 +03:00
bitflags = "2.6.0"