view Cargo.toml @ 3:5bdb02e05c86

show virsh list --all
author AnaTofuZ <anatofuz@gmail.com>
date Thu, 22 Oct 2020 17:40:16 +0900
parents dba3414e8f7e
children ef1358b993e1
line wrap: on
line source

[package]
name = "ie-virsh"
version = "0.1.0"
authors = ["AnaTofuZ <anatofuz@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nix = "0.19.0"
libc = "0.2.77"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"