diff options
Diffstat (limited to 'examples/03.urandom/Cargo.toml')
| -rw-r--r-- | examples/03.urandom/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/03.urandom/Cargo.toml b/examples/03.urandom/Cargo.toml index 8b45bdf..f41fc36 100644 --- a/examples/03.urandom/Cargo.toml +++ b/examples/03.urandom/Cargo.toml @@ -5,8 +5,7 @@ version = "0.1.0" authors = ["pravic <[email protected]>"] readme = "../README.md" -build = "build.rs" -links = "ntoskrnl" +build = "../build.rs" [lib] path = "driver.rs" |