Skip to content

Commit

Permalink
Add keywords and categories
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrutar committed Dec 4, 2024
1 parent ed8433b commit f58ed1c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[package]
name = "nucleo-picker"
version = "0.6.0"
edition = "2021"
authors = ["Alex Rutar <[email protected]>"]
categories = ["command-line-interface"]
description = "A fuzzy picker tui library based on nucleo"
repository = "https://github.com/autobib/nucleo-picker"
edition = "2021"
keywords = ["cli"]
license = "MIT OR Apache-2.0"
name = "nucleo-picker"
repository = "https://github.com/autobib/nucleo-picker"
version = "0.6.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit f58ed1c

Please sign in to comment.