[package] name = "whorl" version = "0.1.1" authors = ["Michael Gattozzi "] edition = "2021" license = "MIT" description = "Whorl was created to teach you how async executors work in Rust." repository = "https://github.com/mgattozzi/whorl" readme = "README.md" keywords = ["async", "executor", "runtime"] categories = ["asynchronous", "concurrency", "runtime"] [dependencies] [dev-dependencies]