2026-04-01 03:55:00 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tools"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
api = { path = "../api" }
|
2026-04-06 05:43:27 +00:00
|
|
|
commands = { path = "../commands" }
|
2026-04-07 15:52:11 +09:00
|
|
|
flate2 = "1"
|
2026-04-01 06:50:18 +00:00
|
|
|
plugins = { path = "../plugins" }
|
2026-04-01 03:55:00 +00:00
|
|
|
runtime = { path = "../runtime" }
|
|
|
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }
|
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
2026-04-01 18:57:50 +09:00
|
|
|
serde_json.workspace = true
|
2026-04-01 03:55:00 +00:00
|
|
|
tokio = { version = "1", features = ["rt-multi-thread"] }
|
2026-05-24 19:22:45 -07:00
|
|
|
aspect-core = "0.1"
|
|
|
|
|
aspect-macros = "0.1"
|
|
|
|
|
aspect-std = "0.1"
|
|
|
|
|
log = "0.4"
|
2026-04-01 03:55:00 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|