18 lines
417 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]
memtables = { workspace = true, features = ["all"] }
bytemuck.workspace = true
bitflags.workspace = true
thiserror = "1.0.48"
clap = { version = "4.4.2", features = ["derive"] }
elf = "0.7.2"