Skip to content

Commit 57027f7

Browse files
committed
📝 fix Cargo.toml for publishing
1 parent 554827d commit 57027f7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "phpup"
33
version = "0.1.0"
4+
authors = ["Masanori Ueno <masanori0213@gmail.com>"]
5+
license = "GPL-3.0"
46
edition = "2021"
7+
repository = "https://github.com/masan4444/phpup"
8+
description = "Fast and Simple PHP version manager"
9+
keywords = ["php", "version", "manager"]
10+
categories = ["command-line-utilities", "development-tools"]
511

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PHP-UP: Fast and Simple PHP version manager
1+
# PHP-UP - Fast and Simple PHP version manager
22

3-
:zap: Fast and simple PHP version manager, written in rust
3+
:zap: PHP version manager written in rust
44

55
## :sparkles: Features
66

0 commit comments

Comments
 (0)