Skip to content

Commit 288db13

Browse files
committed
v0.1.0 — Initial release
1 parent 1b56ec8 commit 288db13

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "demagnetize"
3-
version = "0.1.0-dev"
3+
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.65"
66
description = "Convert magnet links to .torrent files"
77
authors = ["John Thorvald Wodder II <demagnetize-rs@varonathe.org>"]
88
repository = "https://github.com/jwodder/demagnetize-rs"
99
documentation = "https://github.com/jwodder/demagnetize-rs"
1010
license = "MIT"
11-
keywords = ["bittorent", "magnet link", "torrent"]
11+
keywords = ["bittorent", "magnet-link", "torrent"]
1212
categories = ["command-line-utilities", "network-programming"]
1313
exclude = ["/.*"]
1414

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Project Status: WIPInitial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
1+
[![Project Status: ActiveThe project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
22
[![CI Status](https://github.com/jwodder/demagnetize-rs/actions/workflows/test.yml/badge.svg)](https://github.com/jwodder/demagnetize-rs/actions/workflows/test.yml)
33
[![codecov.io](https://codecov.io/gh/jwodder/demagnetize-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/jwodder/demagnetize-rs)
44
[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.65-orange)](https://www.rust-lang.org)
55
[![MIT License](https://img.shields.io/github/license/jwodder/demagnetize-rs.svg)](https://opensource.org/licenses/MIT)
66

7-
[GitHub](https://github.com/jwodder/demagnetize-rs) | [Issues](https://github.com/jwodder/demagnetize-rs/issues)
7+
[GitHub](https://github.com/jwodder/demagnetize-rs) | [crates.io](https://crates.io/crates/demagnetize) | [Issues](https://github.com/jwodder/demagnetize-rs/issues)
88

99
`demagnetize` is a Rust program for converting one or more BitTorrent [magnet
1010
links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) into `.torrent` files
@@ -33,6 +33,16 @@ particular order:
3333
find the Python version at <https://github.com/jwodder/demagnetize>.
3434

3535

36+
Installation
37+
============
38+
39+
In order to install `demagnetize`, you first need to have [Rust and Cargo
40+
installed](https://www.rust-lang.org/tools/install). You can then build the
41+
latest release of `demagnetize` and install it in `~/.cargo/bin` by running:
42+
43+
cargo install demagnetize
44+
45+
3646
Usage
3747
=====
3848

0 commit comments

Comments
 (0)