From 3a9a38307688e3fb0648a156448873561b31fd7b Mon Sep 17 00:00:00 2001 From: Ronny Chan Date: Tue, 11 Jul 2023 14:00:03 -0400 Subject: [PATCH] [OKTA-619933] Remove outdated references to azuqua github repository --- Cargo.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a8a3b3..901c38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,23 +1,12 @@ [package] authors = ["Alec Embke "] description = "Utilities for managing event loop threads." -homepage = "https://github.com/azuqua/wombo.rs" keywords = ["thread", "tokio", "futures", "cancel", "utilities"] license = "MIT" name = "wombo" readme = "README.md" -repository = "https://github.com/azuqua/wombo.rs" version = "0.1.2" -[badges] - -[badges.maintenance] -status = "actively-developed" - -[badges.travis-ci] -branch = "master" -repository = "azuqua/wombo.rs" - [dependencies] futures = "0.1.17" log = "0.4.1"