view Cargo.toml @ 12:0df4d067badb

move each crates
author AnaTofuZ <k198584@ie.u-ryukyu.ac.jp>
date Thu, 29 Oct 2020 16:15:52 +0900
parents ef1358b993e1
children d37203a877d9
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"
clap = "3.0.0-beta.2"

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