mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
This squashes all local history (768 commits) onto the scrubbed PR #90 baseline. Individual commits were lost during filter-repo corruption; the working tree content is preserved intact. Build: N/A (working tree state only)
20 lines
485 B
TOML
20 lines
485 B
TOML
[package]
|
|
name = "runtime"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
sha2 = "0.10"
|
|
glob = "0.3"
|
|
plugins = { path = "../plugins" }
|
|
regex = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json.workspace = true
|
|
telemetry = { path = "../telemetry" }
|
|
tokio = { version = "1", features = ["io-std", "io-util", "macros", "process", "rt", "rt-multi-thread", "time"] }
|
|
walkdir = "2"
|
|
|
|
[lints]
|
|
workspace = true
|