From d85dd3317915070856726167b0dd9035c696a55e Mon Sep 17 00:00:00 2001 From: pravic Date: Tue, 12 Apr 2016 16:50:35 +0300 Subject: specify repository link --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65634df..59330ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,20 +2,21 @@ name = "winapi-km" version = "0.1.0" description = "Windows Kernel Mode support library." +keywords = ["windows", "ffi", "drivers", "wdk", "ddk"] authors = ["pravic "] +repository = "https://github.com/pravic/winapi-km-rs" +documentation = "http://pravic.github.io/winapi-km-rs" readme = "README.md" license = "MIT" -# libc = { version = "*", default_features = false } - [lib] name = "km" crate-type = ["rlib"] [dependencies] -core = { path= "../libcore", version="*" } alloc_system = { path="src/alloc" } +core = { path= "../libcore", version="*" } collections = { path = "../libcollections" } [profile.release] -- cgit v1.2.3