Skip to content

Commit

Permalink
Merge pull request #10 from Wenzel/fill_manifest_publish
Browse files Browse the repository at this point in the history
cargo: fill required manifest keys for publishing
  • Loading branch information
Wenzel authored Aug 16, 2020
2 parents 175e2aa + 70f3b2e commit 00edbd8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name = "xenctrl-sys"
version = "0.1.1"
authors = ["Mathieu Tarral <mathieu.tarral@protonmail.com>"]
edition = "2018"
links = "xenctrl"
repository = "https://github.com/Wenzel/xen-sys"
description = "Rust FFI bindings for libxenctrl"
readme = "README.md"
keywords = ["xen", "introspection"]
categories = ["external-ffi-bindings"]
description = "Rust bindings for Xen's xenctrl library"
homepage = "https://github.com/Wenzel/xenctrl-sys"
repository = "https://github.com/Wenzel/xenctrl-sys"
license = "GPL-3.0-only"
keywords = ["xen", "xenctrl"]
categories = ["external-ffi-bindings"]
links = "xenctrl"
build = "build.rs"

[dependencies]

Expand Down

0 comments on commit 00edbd8

Please sign in to comment.