14 lines
386 B
TOML
14 lines
386 B
TOML
[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"
|
|
license = "GPL-3.0-or-later"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.2.0", features = [ "derive" ] }
|
|
libparted = "0.1.5"
|
|
tempdir = "0.3"
|