summaryrefslogblamecommitdiff
path: root/server/Cargo.toml
blob: ad3d31d5043164c79204ea11a3ff68e3dc15bb12 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                               



                                                     
 

                
[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