Files
avbroot/e2e/Cargo.toml
T
Andrew Gunnerson b92513609b Move main avbroot code to a workspace member
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-08-31 20:49:29 -04:00

30 lines
918 B
TOML

[package]
name = "e2e"
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
avbroot = { path = "../avbroot" }
clap = { version = "4.4.1", features = ["derive"] }
ctrlc = "3.4.0"
hex = { version = "0.4.3", features = ["serde"] }
reqwest = { version = "0.11.20", features = ["stream"] }
ring = "0.16.20"
serde = { version = "1.0.188", features = ["derive"] }
tempfile = "3.8.0"
tokio = { version = "1.32.0", features = ["signal", "rt-multi-thread", "macros"] }
tokio-stream = "0.1.14"
toml_edit = { version = "0.19.14", features = ["serde"] }
# https://github.com/zip-rs/zip/pull/383
[dependencies.zip]
git = "https://github.com/chenxiaolong/zip"
rev = "989101f9384b9e94e36e6e9e0f51908fdf98bde6"
default-features = false