blob: 8ff78a2de01b560029814f1b0d67f9772e33fe36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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" }
[lints]
workspace = true
|