summaryrefslogblamecommitdiff
path: root/server/Cargo.toml
blob: 30d6e6143b87a6e8dada1eebc77f51d87d28494e (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" }

bzipper = "0.6.0"

[lints]
workspace = true