Rename to bunq

This commit is contained in:
Yuri Iozzelli 2020-10-25 10:03:46 +01:00
parent bb46002102
commit 35b83e99e1
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -48,7 +48,7 @@ dependencies = [
]
[[package]]
name = "bunqledger"
name = "bunq"
version = "0.1.0"
dependencies = [
"anyhow",

View File

@ -1,5 +1,5 @@
[package]
name = "bunqledger"
name = "bunq"
version = "0.1.0"
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
edition = "2018"

View File

@ -1,5 +1,5 @@
use anyhow::Result;
use bunqledger::BunqConfig;
use bunq::BunqConfig;
fn main() -> Result<()> {
let cfg = BunqConfig::load()?;