From 08145eed13b43d44d331d8480be32896c4444ebd Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 17 Nov 2024 20:49:32 +0100 Subject: [PATCH] feat: rename and publish Signed-off-by: kjuulh --- Cargo.lock | 28 ++++++++++++++-------------- crates/drift/Cargo.toml | 4 +++- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b69b60..b033ad8 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 = "aho-corasick" @@ -52,19 +52,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "drift" -version = "0.1.0" -dependencies = [ - "anyhow", - "async-trait", - "thiserror", - "tokio", - "tokio-util", - "tracing", - "tracing-test", -] - [[package]] name = "futures-core" version = "0.3.30" @@ -140,6 +127,19 @@ dependencies = [ "windows-sys", ] +[[package]] +name = "nodrift" +version = "0.2.0" +dependencies = [ + "anyhow", + "async-trait", + "thiserror", + "tokio", + "tokio-util", + "tracing", + "tracing-test", +] + [[package]] name = "nu-ansi-term" version = "0.46.0" diff --git a/crates/drift/Cargo.toml b/crates/drift/Cargo.toml index e96a459..6bab37b 100644 --- a/crates/drift/Cargo.toml +++ b/crates/drift/Cargo.toml @@ -1,6 +1,8 @@ [package] -name = "drift" +name = "nodrift" version.workspace = true +description = "no Drift is an application for scheduling recurring jobs" +license = "MIT" edition = "2021" [dependencies]