mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-06-27 23:50:19 +02:00
add install option
This commit is contained in:
@ -3,6 +3,10 @@ name = "ecb-rates"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "ecb-rates"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
|
Reference in New Issue
Block a user