mirror of
https://github.com/bevyengine/bevy
synced 2024-12-25 20:43:07 +00:00
14 lines
375 B
TOML
14 lines
375 B
TOML
|
[package]
|
||
|
name = "serialization"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Thomas Gillen <thomas.gillen@googlemail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
legion = { path = "../..", features = ["serialize"] }
|
||
|
tracing-subscriber = "0.2"
|
||
|
serde_json = "1.0"
|
||
|
type-uuid = "0.1"
|
||
|
erased-serde = "0.3"
|
||
|
serde = { version = "1", features = ["derive"]}
|
||
|
uuid = { version = "0.8", features = ["v4"] }
|