From 3d774f6d9cc8542feea449718d6b9aad565f2c2a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 9 Nov 2024 00:28:33 +0100 Subject: [PATCH] feat: update with rename Signed-off-by: kjuulh --- Cargo.lock | 36 ++++++++++++++++++------------------ crates/mad/Cargo.toml | 5 ++++- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f103e19..d1898dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -234,23 +234,6 @@ version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" -[[package]] -name = "mad" -version = "0.3.0" -dependencies = [ - "anyhow", - "async-trait", - "futures", - "futures-util", - "rand", - "thiserror", - "tokio", - "tokio-util", - "tracing", - "tracing-subscriber", - "tracing-test", -] - [[package]] name = "matchers" version = "0.1.0" @@ -287,6 +270,23 @@ dependencies = [ "windows-sys", ] +[[package]] +name = "notmad" +version = "0.4.0" +dependencies = [ + "anyhow", + "async-trait", + "futures", + "futures-util", + "rand", + "thiserror", + "tokio", + "tokio-util", + "tracing", + "tracing-subscriber", + "tracing-test", +] + [[package]] name = "nu-ansi-term" version = "0.46.0" diff --git a/crates/mad/Cargo.toml b/crates/mad/Cargo.toml index 543ab64..b1d801f 100644 --- a/crates/mad/Cargo.toml +++ b/crates/mad/Cargo.toml @@ -1,6 +1,9 @@ [package] -name = "mad" +name = "notmad" version.workspace = true +description = "notmad is a life-cycle manager for long running rust operations" +license = "MIT" +repository = "https://github.com/kjuulh/mad" edition = "2021" [dependencies]