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

View File

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