simple-life 0.1.6

Simple async lifecycle trait and convenient macros
Documentation
[package]
name = "simple-life"
version = "0.1.6"
edition = "2021"
description = "Simple async lifecycle trait and convenient macros"
license = "MIT"

[dependencies]
async-trait = "^0"
tokio = { version = "^1", features = ["sync", "time", "rt", "macros"] }