Compare commits
No commits in common. "d260e4412002e274f2f9d0eafea932f1cf3b3deb" and "002b2e2d1faa52b283e56da2d9e171dad06053a8" have entirely different histories.
d260e44120
...
002b2e2d1f
|
@ -538,7 +538,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-rss"
|
name = "steam-rss"
|
||||||
version = "0.2.1"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "steam-rss"
|
||||||
description = "Get RSS feeds for Steam games."
|
description = "Get RSS feeds for Steam games."
|
||||||
repository = "https://git.bauke.xyz/Bauke/steam-rss"
|
repository = "https://git.bauke.xyz/Bauke/steam-rss"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
version = "0.2.1"
|
version = "0.2.0"
|
||||||
authors = ["Bauke <me@bauke.xyz>"]
|
authors = ["Bauke <me@bauke.xyz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
12
README.md
12
README.md
|
@ -9,17 +9,7 @@
|
||||||
* Verify potential feeds by checking if they return `text/xml`.
|
* Verify potential feeds by checking if they return `text/xml`.
|
||||||
* Output feeds as an OPML file for easy importing.
|
* Output feeds as an OPML file for easy importing.
|
||||||
|
|
||||||
## Installation
|
## Binaries
|
||||||
|
|
||||||
### Cargo
|
|
||||||
|
|
||||||
With a working [Rust and Cargo](https://www.rust-lang.org/learn/get-started) installation, you can install `steam-rss` from [Crates.io](https://crates.io/crates/steam-rss).
|
|
||||||
|
|
||||||
```
|
|
||||||
cargo install steam-rss
|
|
||||||
```
|
|
||||||
|
|
||||||
### Binaries
|
|
||||||
|
|
||||||
Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases).
|
Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue