diff --git a/rust/frontend/Cargo.toml b/rust/frontend/Cargo.toml index 2f87611693b3..1a9a4030f4e8 100644 --- a/rust/frontend/Cargo.toml +++ b/rust/frontend/Cargo.toml @@ -28,10 +28,6 @@ categories = ["api-bindings", "science"] authors = ["TVM Contributors"] edition = "2018" -[lib] -name = "tvm_frontend" -crate-type = ["dylib"] - [dependencies] failure = "0.1" lazy_static = "1.1"