[package] name = "bowshock-server" edition = "2021" version.workspace = true authors.workspace = true readme.workspace = true homepage.workspace = true repository.workspace = true [dependencies] bowshock = { path = "../core" } configparser = "3.1.0" rand = "0.8.5" bzipper = { version = "0.6.2", features = ["alloc"] } [lints] workspace = true