0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-18 19:33:00 -05:00
denoland-deno/ext/cron/Cargo.toml
denobot 855adf2146
1.43.3 (#23770)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
2024-05-10 15:53:21 -04:00

22 lines
490 B
TOML

# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_cron"
version = "0.31.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