[package] name = "minimum" version = "0.1.0" authors = ["Philip Degarmo "] edition = "2018" description = "A collection of utilites for games." license = "MIT/Apache-2.0" readme = "../README.md" repository = "https://github.com/aclysma/minimum" homepage = "https://github.com/aclysma/minimum" keywords = ["game", "engine", "utilities", "ecs"] categories = ["algorithms", "data-structures", "game-engines", "memory-management"] [dependencies] hashbrown = "0.5" mopa = "0.2" futures = "0.1" tokio = "0.1" log = "0.4"