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