[package] name = "misc_ecs" description = "misc_ecs is a basic Entity Component System library, being developed as a way to learn." version = "0.1.14" license = "MIT OR Apache-2.0" repository = "https://github.com/dwclake/misc_ecs" authors = ["dwclake "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"