mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
14 lines
No EOL
384 B
TOML
14 lines
No EOL
384 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", "serde"] } |