[package] name = "synco" version = "0.0.0" edition = "2018" description = "An expressive, performant ECS framework" license = "Apache-2.0 AND MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anymap = "0.12" #{ git = "https://github.com/chris-morgan/anymap.git" } [dev-dependencies] specs = "0.16" criterion = "0.3" [[bench]] name = "basic" harness = false