view Cargo.toml @ 74:895e995a5ebd

bump
author AnaTofuZ <anatofuz@gmail.com>
date Sun, 20 Dec 2020 15:44:39 +0900
parents da011807db95
children
line wrap: on
line source

[package]
name = "ie-virsh"
version = "0.2.1"
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"
clap = "3.0.0-beta.2"
quick-xml = "0.20.0"
uuid = { version = "0.8", features = ["v4"] }
rand = "0.7"

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