[package] name = "n18game" version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Rob Moss "] edition = "2018" description = "Provides assets and logic for 18xx games." repository = "https://github.com/robmoss/rusty_train" keywords = ["18xx", "optimisation", "optimization"] categories = ["algorithms", "graphics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] n18hex = { path = "../n18hex", version = "0.1.0" } n18tile = { path = "../n18tile", version = "0.1.0" } n18token = { path = "../n18token", version = "0.1.0" } n18map = { path = "../n18map", version = "0.1.0" } n18route = { path = "../n18route", version = "0.1.0" } n18catalogue = { path = "../n18catalogue", version = "0.1.0" } log = "0.4"