aboutsummaryrefslogtreecommitdiff
path: root/examples/03.urandom
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 /examples/03.urandom
parentupdate README (diff)
downloadwinapi-kmd-rs-b2b7967cac34882bed6245d6ace9b846cc2a0a6b.tar.xz
winapi-kmd-rs-b2b7967cac34882bed6245d6ace9b846cc2a0a6b.zip
rename crate as winapi-kmd
Diffstat (limited to 'examples/03.urandom')
-rw-r--r--examples/03.urandom/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/03.urandom/Cargo.toml b/examples/03.urandom/Cargo.toml
index a6628d1..8b45bdf 100644
--- a/examples/03.urandom/Cargo.toml
+++ b/examples/03.urandom/Cargo.toml
@@ -24,7 +24,7 @@ lto = true
debug-assertions = false
[dependencies]
-winapi-km = { path = "../../../km", version="*" }
+winapi-kmd = { path = "../../../km", version="*" }
core = { path = "../../../libcore", version = "*" }
collections = { path = "../../../libcollections" }
alloc = { path = "../../../liballoc" }