summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-11 16:04:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-11 16:04:59 +0800
commit794316c6e925097ef6b87693b4a610b4563309e6 (patch)
tree2d5ecf39e7311aa404d80bb7487eeaf80143ae1a /Cargo.toml
parent8b38e22525adcafecd8b50daf041a1dc2d672d0b (diff)
Consolidate dependencies using workspace inheritance
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e67b07c..dff66cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,16 @@ members = [
[workspace.package]
version = "0.1.0"
+[workspace.dependencies]
+just_fmt = "0.1.2"
+proc-macro2 = "1.0"
+quote = "1.0"
+regex = "1.12"
+serde = { version = "1", features = ["derive"] }
+syn = { version = "2.0", features = ["full", "extra-traits"] }
+thiserror = "2"
+tokio = { version = "1.50", features = ["full"] }
+
[profile.dev]
opt-level = 0
debug = true