21 lines
431 B
TOML
21 lines
431 B
TOML
[package]
|
|||
|
|
name = "zesdex-entities"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
chrono.workspace = true
|
||
|
|
uuid.workspace = true
|
||
|
|
anyhow.workspace = true
|
||
|
|
dirs.workspace = true
|
||
|
|
libc.workspace = true
|
||
|
|
base64.workspace = true
|
||
|
|
sha2.workspace = true
|
||
|
|
url.workspace = true
|
||
|
|
reqwest.workspace = true
|
||
|
|
tokio.workspace = true
|
||
|
|
tracing.workspace = true
|