Skip to content

Commit

Permalink
Merge pull request #1 from Nexure/develop
Browse files Browse the repository at this point in the history
Updated cargo with relevant info
  • Loading branch information
OutOfBears authored Oct 17, 2023
2 parents 3e9b8a4 + 690a52b commit bf231b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ cargo-features = ["different-binary-name"]
[package]
name = "pixel-fix-rs"
version = "0.1.0"
repository = "https://github.com/Nexure/pixel-fix-rs"
authors = ["Jack Fox <[email protected]>"]
description = "A utility to fix alpha in images for Roblox!"
categories = ["command-line-utilities"]
keywords = ["roblox", "pixelfix", "pixel-fix", "pixel-fix-rs", "pixelfixrs"]
readme = "README.md"
license-file = "LICENSE"
edition = "2021"
rust-version = "1.72"
include = ["**/*.rs", "Cargo.toml"]


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

Expand Down

0 comments on commit bf231b7

Please sign in to comment.