[[bin]]
name = "ratchjob"
path = "src/main.rs"
[dependencies]
[package]
authors = ["heqingpan <heqingpan@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "一个rust实现的分布式任务调度平台服务。计划完全兼容xxl-job协议,然后再增强一些任务调度平台能力。"
documentation = "https://docs.rs/ratch-job/latest"
edition = "2021"
homepage = "https://github.com/ratch-job/ratch-job"
keywords = ["ratch-job", "ratchjob", "xxl-job", "xxljob"]
license = "Apache-2.0"
name = "ratchjob"
readme = "README.md"
repository = "https://github.com/ratch-job/ratch-job"
version = "0.1.0"