We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libbwt
1 parent 247b6c9 commit 3169443Copy full SHA for 3169443
1 file changed
Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "bwt"
+name = "libbwt"
3
version = "0.0.0"
4
description = "C FFI bindings for Bitcoin Wallet Tracker"
5
authors = ["Nadav Ivgi <nadav@shesek.info>"]
@@ -23,6 +23,7 @@ dirs = [ "bwt/dirs" ]
23
signal-hook = [ "bwt/signal-hook" ]
24
25
[lib]
26
+name = "bwt"
27
crate-type = [ "cdylib" ]
28
29
[dependencies]
0 commit comments