16 lines
350 B
TOML
16 lines
350 B
TOML
|
[package]
|
||
|
name = "gentables"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
memtables = { path = "../../lib/memtables" }
|
||
|
|
||
|
bytemuck = "1.14.0"
|
||
|
elf = "0.7.2"
|
||
|
thiserror = "1.0.48"
|
||
|
clap = { version = "4.4.2", features = ["derive"] }
|
||
|
bitflags = "2.4.0"
|