Skip to content

Commit

Permalink
Cargo "lib" setting is not necessary anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 13, 2020
1 parent c9e954a commit 779e63b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Expand Up @@ -5,11 +5,6 @@ authors = ["Matthias Geier <Matthias.Geier@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
path = "src/lib.rs"
# work-around, see https://github.com/lu-zero/cargo-c/issues/34
crate-type = ["lib", "staticlib"]

[dependencies]
asdfspline = { path = "asdfspline" }
crossbeam = { git = "https://github.com/stjepang/crossbeam.git", rev = "d1736eff0834302e30bda0d259c920b6d7ed0a58" }
Expand Down

0 comments on commit 779e63b

Please sign in to comment.