Skip to content

Commit f0ec298

Browse files
committedMay 20, 2023
feat: update manifest
1 parent 25a9889 commit f0ec298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lemmeknow"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["swanandx"]
66
description = "Identify any mysterious text or analyze strings from a file"
@@ -9,7 +9,7 @@ repository = "https://github.com/swanandx/lemmeknow"
99
homepage = "https://github.com/swanandx/lemmeknow"
1010
license = "MIT"
1111
keywords = ["cryptography", "cybersecurity", "regex", "forensics", "identify"]
12-
categories = ["accessibility", "command-line-utilities", "text-processing", "parsing", "encoding"]
12+
categories = ["command-line-utilities", "text-processing", "parsing", "wasm"]
1313
documentation = "https://docs.rs/lemmeknow"
1414
exclude = ["images/", ".github/"]
1515

@@ -39,7 +39,7 @@ serde_json = "1.0"
3939
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4040
rayon = "1.7"
4141
comfy-table = { version = "6.1.4", optional = true }
42-
clap = { version = "4.2", features = ["derive"], optional = true }
42+
clap = { version = "4.3", features = ["derive"], optional = true }
4343

4444
[dev-dependencies]
4545
assert_cmd = "2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.