summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e39e4914..d59a30e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Neal H. Walfield <neal@gnu.org>"]
[dependencies]
+libc = "0.2.33"
nom = "3.2.0"
num = "0.1.40"
num-derive = "0.1.41"
@@ -13,6 +14,7 @@ bzip2 = "0.3.2"
[lib]
name = "sequoia"
path = "src/lib.rs"
+crate-type = ["lib", "dylib"]
[[bin]]
doc = false