pr_mod 1.2.1

Program to look PR modifications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pr_mod"
version = "1.2.1"
edition = "2024"
authors = ["Mateo Lafalce <mateolafalce@protonmail.com>"]
license = "GPL-3.0"
description = "Program to look PR modifications"
repository = "https://gitlab.com/mateolafalce/pr_mod"
keywords = ["gpl", "git", "pull-request", "github", "gitlab"]
categories = ["accessibility", "command-line-interface", "filesystem", "visualization", "internationalization"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "pr_mod"
path = "src/main.rs"

[dependencies]