diff --git a/Cargo.lock b/Cargo.lock index 430cb17..9d6aef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ ] [[package]] -name = "bunqledger" +name = "bunq" version = "0.1.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0477933..515c7b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "bunqledger" +name = "bunq" version = "0.1.0" authors = ["Yuri Iozzelli "] edition = "2018" diff --git a/examples/list.rs b/examples/list.rs index 34fa874..b57d9dd 100644 --- a/examples/list.rs +++ b/examples/list.rs @@ -1,5 +1,5 @@ use anyhow::Result; -use bunqledger::BunqConfig; +use bunq::BunqConfig; fn main() -> Result<()> { let cfg = BunqConfig::load()?;