drift/crates/drift/Cargo.toml
kjuulh 785a1f8739
All checks were successful
continuous-integration/drone Build is passing
feat: add next run time
2025-03-27 13:01:43 +01:00

19 lines
372 B
TOML

[package]
name = "nodrift"
version.workspace = true
description = "no Drift is an application for scheduling recurring jobs"
license = "MIT"
edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait = "0.1.81"
chrono = "0.4.40"
thiserror = "2.0.0"
tokio.workspace = true
tokio-util = "0.7.11"
tracing.workspace = true
[dev-dependencies]
tracing-test = "0.2.5"