[package] name = "secs" version = "0.0.1" authors = ["Martin Taibr "] edition = "2018" description = "A statically typed ECS (entity-component-system) with focus on ergonomics" homepage = "https://github.com/martin-t/rec-wars" repository = "https://github.com/martin-t/rec-wars" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["gamedev", "ECS", "allocator"] categories = ["game-engines", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]