From 3c462433a9e0d9fcbaa552211123d62bda15a159 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Sun, 19 Jul 2020 17:44:03 +0200 Subject: [PATCH] Fix typos --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dbf8d7..7bb0302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Stjepan Glavina "] edition = "2018" description = "A synchronization primitive for task wakeup" license = "Apache-2.0 OR MIT" -repository = "https://github.com/stjepang/futures-lite" -homepage = "https://github.com/stjepang/futures-lite" -documentation = "https://docs.rs/futures-lite" +repository = "https://github.com/stjepang/atomic-waker" +homepage = "https://github.com/stjepang/atomic-waker" +documentation = "https://docs.rs/atomic-waker" keywords = ["waker", "notify", "wake", "futures", "async"] categories = ["asynchronous", "concurrency"] readme = "README.md"