mirror of
https://github.com/chmln/handlr.git
synced 2025-02-17 06:28:39 +01:00
Fix key
This commit is contained in:
parent
2a79cd6dab
commit
b0457dcadc
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -387,7 +387,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "handlr"
|
||||
version = "0.2.0"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ascii_table",
|
||||
"dashmap",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue