mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-04-19 12:50:13 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
3fce153c1c | |||
416233afde | |||
f2f27a25b6 |
16
Cargo.toml
16
Cargo.toml
@ -7,22 +7,14 @@ authors = ["Love Billenius <lovebillenius@disroot.org>"]
|
||||
license-file = "LICENSE"
|
||||
keywords = [
|
||||
"ECB",
|
||||
"European Central Bank",
|
||||
"Bank",
|
||||
"Central Bank",
|
||||
"Central",
|
||||
"exchange",
|
||||
"rates",
|
||||
"eur",
|
||||
"sek",
|
||||
"usd",
|
||||
"nok",
|
||||
"gbp",
|
||||
"pln",
|
||||
"dkk",
|
||||
"czk",
|
||||
"isk",
|
||||
"chf",
|
||||
]
|
||||
repository = "https://github.com/lov3b/ecb-rates"
|
||||
rust-version = "1.83"
|
||||
categories = ["finance", "command-line-utilities"]
|
||||
|
||||
[[bin]]
|
||||
name = "ecb-rates"
|
||||
|
@ -19,12 +19,18 @@
|
||||
|
||||
## Install
|
||||
|
||||
### Binary
|
||||
|
||||
If you're on Debian Linux, then just go over to the releases, and install the latest *.deb* package with `dpkg`
|
||||
|
||||
### Source
|
||||
|
||||
First, make sure that you have the rust toolchain installed. If not, then go to [rustup](https://rustup.rs) to install it.
|
||||
|
||||
Now, run the following cargo command:
|
||||
|
||||
```sh
|
||||
cargo install --git https://github.com/lov3b/ecb-rates.git
|
||||
cargo install ecb-rates
|
||||
```
|
||||
|
||||
Congratulations! Now the cli binary `ecb-rates` will be in your cargo bin folder.
|
||||
|
Loading…
x
Reference in New Issue
Block a user