cvd2img/Cargo.toml

14 lines
386 B
TOML
Raw Permalink Normal View History

2023-05-04 09:55:29 +00:00
[package]
name = "cvd2img"
author = "Sergio Lopez <slp@redhat.com>"
description = "A tool to transform Android Cuttlefish images into QEMU disk images"
repository = "https://gitlab.com/CentOS/automotive/src/cvd2img"
2023-05-04 09:55:29 +00:00
license = "GPL-3.0-or-later"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-08-09 12:51:56 +00:00
clap = { version = "4.5", features = [ "derive" ] }
2023-05-04 09:55:29 +00:00
libparted = "0.1.5"
tempfile = "3.12"