summaryrefslogtreecommitdiff
path: root/ext/cron/Cargo.toml
blob: e054540aff48294763a9bebefc6373e4fc2a809c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

[package]
name = "deno_cron"
version = "0.28.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Implementation of the Deno cron API"

[lib]
path = "lib.rs"

[dependencies]
anyhow.workspace = true
async-trait.workspace = true
chrono.workspace = true
deno_core.workspace = true
saffron.workspace = true
tokio.workspace = true