mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
refactor: extract runtime state backends
This commit is contained in:
21
crates/aether-runtime-state/Cargo.toml
Normal file
21
crates/aether-runtime-state/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "aether-runtime-state"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Runtime state backends for Aether services"
|
||||
|
||||
[dependencies]
|
||||
aether-cache.workspace = true
|
||||
aether-data-contracts.workspace = true
|
||||
aether-runtime.workspace = true
|
||||
async-trait.workspace = true
|
||||
redis.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
url.workspace = true
|
||||
uuid.workspace = true
|
||||
Reference in New Issue
Block a user