i got the name on crates.io!!!

This commit is contained in:
crapStone 2022-07-16 04:40:10 +02:00
parent 15723388d2
commit 80081c5e60
No known key found for this signature in database
GPG key ID: 4CAA9E39EEDEB1F0
2 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View file

@ -89,6 +89,15 @@ dependencies = [
"hashbrown", "hashbrown",
] ]
[[package]]
name = "lamp"
version = "0.2.2"
dependencies = [
"clap",
"clap_complete",
"exitcode",
]
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.126" version = "0.2.126"
@ -101,15 +110,6 @@ version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
[[package]]
name = "r_lamp"
version = "0.2.1"
dependencies = [
"clap",
"clap_complete",
"exitcode",
]
[[package]] [[package]]
name = "strsim" name = "strsim"
version = "0.10.0" version = "0.10.0"

View file

@ -4,8 +4,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
[package] [package]
name = "r_lamp" name = "lamp"
version = "0.2.1" version = "0.2.2"
authors = ["crapStone <crapstone01@gmail.com>"] authors = ["crapStone <crapstone01@gmail.com>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
description = "A Linux backlight utility inspired by acpibacklight" description = "A Linux backlight utility inspired by acpibacklight"