From 2af7596f033cfd846bf4c73bea1f8a9adc62c511 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 25 Dec 2014 04:43:56 +0530 Subject: [PATCH] dylib --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f5f544af5c74..e670b8f65a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,8 @@ name = "rust-clippy" version = "0.0.1" authors = ["Manish Goregaokar "] + +[lib] +name = "rust_clippy" +crate_type = ["dylib"] +