[package] name = "mofo" version = "0.2.2" edition = "2021" description = "Multiple Ongoing Futures Object - an abstraction for easily managing ongoing child tasks with futures" author = "Anselm Eickhoff " license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.24" tracing = "0.1.36" [package.metadata.workspaces] independent = true