aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..026a106
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,17 @@
+[workspace]
+members = ["shakehand", "shakehand-test"]
+resolver = "2"
+
+[workspace.package]
+version = "0.1.0"
+edition = "2024"
+repository = "https://github.com/catilgrass/shakehand"
+homepage = "https://github.com/catilgrass/shakehand"
+
+[workspace.dependencies]
+shakehand = { path = "shakehand" }
+syn = "2.0.117"
+quote = "1.0.45"
+proc-macro2 = "1.0.106"
+just_fmt = "0.1.2"
+toml = "0.8"