mirror of
https://github.com/SinTan1729/movie-rename.git
synced 2024-12-25 19:58:36 -06:00
Add info for crates.io
This commit is contained in:
parent
c2d8f05cff
commit
cbb6b2ab21
2 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,15 @@
|
|||
name = "movie-rename"
|
||||
version = "1.2.1"
|
||||
edition = "2021"
|
||||
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
|
||||
license = "GPL-3.0"
|
||||
description = "A simple tool to rename movies, written in Rust."
|
||||
homepage = "https://github.com/SinTan1729/movie-rename"
|
||||
documentation = "https://docs.rs/movie-rename"
|
||||
repository = "https://github.com/SinTan1729/movie-rename"
|
||||
readme = "README.md"
|
||||
keywords = ["rename", "movie", "media", "tmdb"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ It turns `Apur Sansar.mkv` into `Apur Sansar (1959) - Satyajit Ray.mkv` using me
|
|||
This is made mostly due to [mnamer](https://github.com/jkwill87/mnamer) not having support for director's name, and also because I wanted to try writing something useful in Rust.
|
||||
|
||||
## Installation
|
||||
Install from [AUR](https://aur.archlinux.org/packages/movie-rename-bin), my personal [lure-repo](https://github.com/SinTan1729/lure-repo) or download the binary from the releases.
|
||||
Install from [AUR](https://aur.archlinux.org/packages/movie-rename-bin), my personal [lure-repo](https://github.com/SinTan1729/lure-repo) or download the binary from the releases. You can also get it from [crates.io](https://crates.io/crates/movie-rename).
|
||||
|
||||
## Usage
|
||||
- The syntax is:
|
||||
|
|
Loading…
Reference in a new issue