blob: ad3d31d5043164c79204ea11a3ff68e3dc15bb12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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
|