[package] name = "pandet" version = "0.4.0" edition = "2021" license = "MIT" description = "A lightweight library to help act on panics of detached async tasks" repository = "https://github.com/kkaatii/pandet/" readme = "README.md" keywords = ["async", "panic", "fail-fast"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } [dependencies] futures = "0.3"