diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-12-20 10:11:13 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-12-20 10:11:13 +0100 |
commit | 44849fe54059319f445f413041ebffe07bc7d162 (patch) | |
tree | bceee5576ffc7ce80c3b3ddff303f6a2722f7540 /Cargo.toml | |
parent | 25684a494961686c5b0a8fa14970ff11be8dc630 (diff) | |
download | parseq-44849fe54059319f445f413041ebffe07bc7d162.tar |
Rename repository
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "Parallel sequential iterator" readme = "README.md" -repository = "https://git.skreutz.com/parseq-rs.git" +repository = "https://git.skreutz.com/parseq.git" license = "MIT OR Apache-2.0" keywords = ["parallel", "sequential", "ordered", "iterator"] categories = ["concurrency"] |