Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fereidani committed Jul 14, 2022
1 parent 6693998 commit c76ac8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
/dbg
Cargo.lock
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Khashayar Fereidani"]
description = "Fastest sync and async channel that Rust deserves"
repository = "https://github.com/fereidani/kanal"
keywords = ["channel", "mpsc", "mpmc", "csp", "async"]
categories = ["concurrency", "data-structures"]
categories = ["concurrency", "data-structures","asynchronous"]
license = "MIT"
readme = "README.md"

Expand Down

0 comments on commit c76ac8f

Please sign in to comment.