2026-04-01 03:55:00 +00:00
|
|
|
[package]
|
|
|
|
|
name = "runtime"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
sha2 = "0.10"
|
|
|
|
|
glob = "0.3"
|
2026-04-01 06:25:27 +00:00
|
|
|
plugins = { path = "../plugins" }
|
2026-04-01 03:55:00 +00:00
|
|
|
regex = "1"
|
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
2026-04-01 18:57:50 +09:00
|
|
|
serde_json.workspace = true
|
2026-04-02 11:16:56 +09:00
|
|
|
telemetry = { path = "../telemetry" }
|
2026-04-07 14:51:12 +09:00
|
|
|
tokio = { version = "1", features = ["io-std", "io-util", "macros", "process", "rt", "rt-multi-thread", "time"] }
|
2026-04-01 03:55:00 +00:00
|
|
|
walkdir = "2"
|
|
|
|
|
|
2026-05-25 14:11:37 +09:00
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = "3"
|
|
|
|
|
|
2026-04-01 03:55:00 +00:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|