Skip to content

Commit

Permalink
build: Make a static library by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 4, 2016
1 parent 0a579ba commit afdbc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rustdemux"
name = "rust_plugin"
version = "0.1.0"
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Guillaume Gomez <guillaume1.gomez@gmail.com>"]
build = "build.rs"

[lib]
crate-type = ["dylib"]
crate-type = ["staticlib"]

[dependencies]
libc = "0.2.0"
Expand Down

0 comments on commit afdbc4a

Please # to comment.