summaryrefslogtreecommitdiff
path: root/impls/monero_rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'impls/monero_rust/Cargo.toml')
-rw-r--r--impls/monero_rust/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/impls/monero_rust/Cargo.toml b/impls/monero_rust/Cargo.toml
index 53ff56e..548823e 100644
--- a/impls/monero_rust/Cargo.toml
+++ b/impls/monero_rust/Cargo.toml
@@ -7,11 +7,14 @@ repository = "https://github.com/ManyMath/monero_rust"
license = "MIT"
build = "build.rs"
-[[bin]]
+[lib]
name = "monero_rust"
-path = "src/main.rs"
+path = "src/lib.rs"
+crate-type = ["lib", "cdylib"]
[dependencies]
+libc = "0.2"
[build-dependencies]
bindgen = "0.70.1"
+