Rename to bunq
This commit is contained in:
parent
bb46002102
commit
35b83e99e1
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -48,7 +48,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bunqledger"
|
name = "bunq"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bunqledger"
|
name = "bunq"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
|
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use bunqledger::BunqConfig;
|
use bunq::BunqConfig;
|
||||||
|
|
||||||
fn main() -> Result<()> {
|
fn main() -> Result<()> {
|
||||||
let cfg = BunqConfig::load()?;
|
let cfg = BunqConfig::load()?;
|
||||||
|
Loading…
Reference in New Issue
Block a user