summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
blob: 9791b141069f33e4fad617c193261e500a356c90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name    = "bowshock-client"
edition = "2021"

version.workspace    = true
authors.workspace    = true
readme.workspace     = true
homepage.workspace   = true
repository.workspace = true

[dependencies]
bowshock = { path = "../core" }

bzipper = { version = "0.6.0", features = ["alloc"]}

[lints]
workspace = true