Skip to content

Commit

Permalink
Add descriptions to crates (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa authored Feb 1, 2024
1 parent c9002d9 commit a3b0227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/keybindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "keybindings"
version = "0.0.1"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/keybindings"
description = "A library for processing modal input"
keywords = ["modal", "keybindings"]

edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/modalkit-ratatui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "modalkit-ratatui"
version = "0.0.17"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit-ratatui"
description = "A library for building TUI applications that use modal editing"
keywords = ["modal", "ratatui", "tui"]

edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crates/scansion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "scansion"
version = "0.0.1"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/scansion"
description = "A readline-style library with Vim and Emacs keybindings"
keywords = ["modal", "readline", "vim", "emacs"]

edition.workspace = true
Expand Down

0 comments on commit a3b0227

Please sign in to comment.