lretry/Cargo.toml

14 lines
308 B
TOML
Raw Normal View History

2024-09-19 15:13:40 +08:00
[package]
name = "retry"
version = "0.1.0"
2024-09-26 09:51:12 +08:00
authors = ["licsber <admin@licsber.site>"]
2024-09-19 15:13:40 +08:00
edition = "2021"
2024-09-26 09:51:12 +08:00
description = "Auto retry command until success."
repository = "https://git.licsber.site/rust/lretry"
homepage = "https://blog.licsber.site"
readme = "README.md"
license = "AGPL-3.0-only"
2024-09-19 15:13:40 +08:00
[dependencies]