vhost-device/Cargo.toml
Andreea Florescu 72710f3a89 Initial commit
2021-05-26 10:18:40 +03:00

13 lines
313 B
TOML

[package]
name = "crate-template"
version = "0.1.0"
authors = ["TODO"]
description = "This is a template for creating rust-vmm repositories."
repository = "https://github.com/rust-vmm/crate-template"
readme = "README.md"
keywords = ["virt"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
[dependencies]