lanzaboote/rust/lanzatool/Cargo.toml

14 lines
342 B
TOML
Raw Normal View History

2022-11-21 19:29:16 -05:00
[package]
name = "lanztool"
2022-11-21 19:29:16 -05:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.26", features = ["derive"] }
2022-11-23 09:26:26 -05:00
goblin = "0.6.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"