[package]
name = "spawn-std-tokio"
version = "0.1.0-alpha.1"
edition = "2024"
license = "MIT OR Apache-2.0 OR EUPL-1.2"
repository = "https://github.com/neeko-cat/spawn-std"
keywords = ["async"]
description = "tokio implementation for spawn-std"
[dependencies]
tokio = { version = "1", features = ["rt"] }
spawn-std-core = { version = "0.1.0-alpha.1", path = "../../core" }