aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-12 21:50:38 +0300
committerpravic <[email protected]>2016-04-12 21:50:38 +0300
commitb2b7967cac34882bed6245d6ace9b846cc2a0a6b (patch)
tree22b31cf94bb2aaa064aea66b472806a47e4f8fd4 /Cargo.toml
parentupdate README (diff)
downloadwinapi-kmd-rs-b2b7967cac34882bed6245d6ace9b846cc2a0a6b.tar.xz
winapi-kmd-rs-b2b7967cac34882bed6245d6ace9b846cc2a0a6b.zip
rename crate as winapi-kmd
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59330ba..f22c22e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
[package]
-name = "winapi-km"
+name = "winapi-kmd"
version = "0.1.0"
description = "Windows Kernel Mode support library."
-keywords = ["windows", "ffi", "drivers", "wdk", "ddk"]
+keywords = ["windows", "ffi", "drivers", "wdk", "ddk", "Four-F"]
authors = ["pravic <[email protected]>"]
-repository = "https://github.com/pravic/winapi-km-rs"
-documentation = "http://pravic.github.io/winapi-km-rs"
+repository = "https://github.com/pravic/winapi-kmd-rs"
+documentation = "http://pravic.github.io/winapi-kmd-rs"
readme = "README.md"
license = "MIT"