16 lines
359 B
TOML
16 lines
359 B
TOML
[package]
|
|||
|
|
name = "xianren-engine"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
tokio.workspace = true
|
||
|
|
reqwest.workspace = true
|
||
|
|
futures.workspace = true
|
||
|
|
async-stream.workspace = true
|
||
|
|
bytes.workspace = true
|
||
|
|
thiserror.workspace = true
|
||
|
|
tracing.workspace = true
|