Skip to content

Commit

Permalink
cargo: fill required fields for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Aug 16, 2020
1 parent 69bfcfc commit 22d6af1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "microvmi"
version = "0.1.0"
authors = ["Mathieu Tarral <[email protected]>"]
edition = "2018"
license = "GPL-3.0-only"
description = "A cross-platform, unified, low-level VMI API on top of hypervisors"
homepage = "https://github.com/Wenzel/libmicrovmi"
repository = "https://github.com/Wenzel/libmicrovmi"
readme = "README.md"
keywords = ["introspection", "VMI"]

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 22d6af1

Please sign in to comment.