feat: rename and publish
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-11-17 20:49:32 +01:00
parent fb4bd51d71
commit 08145eed13
No known key found for this signature in database
2 changed files with 17 additions and 15 deletions

28
Cargo.lock generated
View File

@ -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"

View File

@ -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]