This commit is contained in:
Gregory 2020-05-17 16:07:21 -04:00
parent 2a79cd6dab
commit b0457dcadc
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "handlr"
version = "0.2.0"
version = "0.1.0"
dependencies = [
"ascii_table",
"dashmap",

View file

@ -1,10 +1,10 @@
[package]
name = "handlr"
version = "0.2.0"
version = "0.1.0"
authors = ["greg <gregory.mkv@gmail.com>"]
edition = "2018"
license = "MIT"
descrption = "Manage mimeapps.list and default applications with ease"
description = "Manage mimeapps.list and default applications with ease"
[dependencies]
dirs = "2.0.2"