Skip to content

Commit

Permalink
docs: readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
coloradocolby committed Apr 26, 2022
1 parent d921c53 commit 19a5568
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
*.log
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "thokr"
description = "a sleek typing tui written in rust"
version = "0.0.1"
readme = "README.md"
repository = "https://github.com/coloradocolby/thokr.git"
homepage = "https://github.com/coloradocolby/thokr"
license = "MIT"
authors = ["Colby Thomas <[email protected]>"]
edition = "2021"
exclude = ["assets/*", ".github", "*.log", "Dockerfile"]
keywords = ["tui", "terminal", "typing"]

[dependencies]
tui = { version = "0.17", default-features = false, features = ['crossterm'] }
Expand Down

0 comments on commit 19a5568

Please sign in to comment.