mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-02-23 02:10:07 +01:00
Package metadata
This commit is contained in:
parent
1eb7716956
commit
b0df48293c
21
Cargo.toml
21
Cargo.toml
@ -1,7 +1,28 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ecb-rates"
|
name = "ecb-rates"
|
||||||
|
description = "Query exchange rates from the European Central Bank (ECB)"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Love Billenius <lovebillenius@disroot.org>"]
|
||||||
|
license-file = "LICENSE"
|
||||||
|
keywords = [
|
||||||
|
"ECB",
|
||||||
|
"European Central Bank",
|
||||||
|
"Bank",
|
||||||
|
"Central Bank",
|
||||||
|
"exchange",
|
||||||
|
"rates",
|
||||||
|
"eur",
|
||||||
|
"sek",
|
||||||
|
"usd",
|
||||||
|
"nok",
|
||||||
|
"gbp",
|
||||||
|
"pln",
|
||||||
|
"dkk",
|
||||||
|
"czk",
|
||||||
|
"isk",
|
||||||
|
"chf",
|
||||||
|
]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ecb-rates"
|
name = "ecb-rates"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user