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"