summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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