Skip to content

Commit

Permalink
set version back to what's current, change URLs and add myself as author
Browse files Browse the repository at this point in the history
Author, for the lack of a 'maintainer' category or the likes.
  • Loading branch information
Byron committed Dec 13, 2022
1 parent d8f0756 commit aa5b24d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
[package]
name = "jwalk"
version = "0.6.1-alpha.0"
authors = ["Jesse Grosjean <jesse@hogbaysoftware.com>"]
version = "0.6.0"
authors = ["Jesse Grosjean <jesse@hogbaysoftware.com>", "Sebastian Thiel <byronimo@gmail.com>"]
description = "Filesystem walk performed in parallel with streamed and sorted results."
documentation = "https://docs.rs/jwalk/"
homepage = "https://github.com/jessegrosjean/jwalk"
repository = "https://github.com/jessegrosjean/jwalk"
homepage = "https://github.com/byron/jwalk"
repository = "https://github.com/byron/jwalk"
readme = "README.md"
keywords = ["directory", "recursive", "walk", "iterator", "parallel"]
categories = ["filesystem", "concurrency"]
license = "MIT"
edition = "2018"

[badges]
travis-ci = { repository = "jessegrosjean/jwalk" }

[dependencies]
rayon = "1.5"
crossbeam = "0.8"
Expand Down

0 comments on commit aa5b24d

Please sign in to comment.