Compare commits

..

1 Commits

Author SHA1 Message Date
ce8b100a28 Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-08-21 20:56:53 +00:00
3 changed files with 18 additions and 17 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 = 4
version = 3
[[package]]
name = "aho-corasick"
@ -52,6 +52,19 @@ 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"
@ -127,19 +140,6 @@ 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,8 +1,6 @@
[package]
name = "nodrift"
name = "drift"
version.workspace = true
description = "no Drift is an application for scheduling recurring jobs"
license = "MIT"
edition = "2021"
[dependencies]

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}