DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: f16455699e446e720cd55c99925f06aad952a46a deck-builder/shared/Cargo.toml -rw-r--r-- 535 bytes
f1645569Jonni Liljamo wip!(client, server, shared): initial updating to bevy 0.10 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "shared"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"
description = "Shared components for laurelin"
readme = "README.md"
repository = "https://git.src.quest/~skye/deck-builder/"
license = "GPL-3.0-only"
publish = false

[dependencies]
naia-bevy-shared = "0.19.0"

thiserror = "1.0.38"

reqwest = { version = "0.11.14", features = ["blocking", "json", "cookies" ] }

serde_repr = "0.1.10"

[dependencies.serde]
version = "1.0.152"
default-features = false
features = [ "derive" ]