瀏覽代碼

Add metadata for crates.io release. (#20)

Also added myself to authors.
Andrew Walbran 2 年之前
父節點
當前提交
ecfa981196
共有 1 個文件被更改,包括 10 次插入3 次删除
  1. 10 3
      Cargo.toml

+ 10 - 3
Cargo.toml

@@ -1,11 +1,18 @@
 [package]
 name = "virtio-drivers"
 version = "0.1.0"
-authors = ["Jiajie Chen <noc@jiegec.ac.cn>", "Runji Wang <wangrunji0408@163.com>", "Yuekai Jia <equation618@gmail.com>"]
+license = "MIT"
+authors = [
+  "Jiajie Chen <noc@jiegec.ac.cn>",
+  "Runji Wang <wangrunji0408@163.com>",
+  "Yuekai Jia <equation618@gmail.com>",
+  "Andrew Walbran <qwandor@google.com>",
+]
 edition = "2018"
 description = "VirtIO guest drivers."
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+repository = "https://github.com/rcore-os/virtio-drivers"
+keywords = ["virtio"]
+categories = ["hardware-support", "no-std"]
 
 [dependencies]
 log = "0.4"