mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-19 09:32:22 +08:00
24 lines
488 B
TOML
24 lines
488 B
TOML
[package]
|
|
name = "lime-processor"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
lime-core.workspace = true
|
|
lime-infra.workspace = true
|
|
lime-services.workspace = true
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
async-trait.workspace = true
|
|
thiserror.workspace = true
|
|
tracing.workspace = true
|
|
parking_lot.workspace = true
|
|
subtle.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[dev-dependencies]
|
|
proptest.workspace = true
|