diff --git a/Cargo.toml b/Cargo.toml index 32f936bac76393f099f87dd72fc1f02b07bd718a..f5d7e43bfb4ac94ff4e82b67dcf57e56d46cb9b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "hashtoc" version = "0.1.0" authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"] build = "build.rs" -links = "libhashtoc.a,libssl" +links = "libhash.a,libssl" [dependencies] clap = "2.20.5"