Skip to content

Commit 3169443

Browse files
committed
Update crate name to libbwt
To avoid a conflict with the main `bwt` crate
1 parent 247b6c9 commit 3169443

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "bwt"
2+
name = "libbwt"
33
version = "0.0.0"
44
description = "C FFI bindings for Bitcoin Wallet Tracker"
55
authors = ["Nadav Ivgi <nadav@shesek.info>"]
@@ -23,6 +23,7 @@ dirs = [ "bwt/dirs" ]
2323
signal-hook = [ "bwt/signal-hook" ]
2424

2525
[lib]
26+
name = "bwt"
2627
crate-type = [ "cdylib" ]
2728

2829
[dependencies]

0 commit comments

Comments
 (0)