aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcopi143 <copi143@outlook.com>2026-01-17 04:02:47 +0800
committercopi143 <copi143@outlook.com>2026-01-17 04:02:47 +0800
commitc38d117b5803c65ad57a4c4704ee0d897d9fb3cb (patch)
tree006977b48229ab2ef282bce705fc4caf60160252 /Cargo.toml
init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..83c132c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,3 @@
+[workspace]
+resolver = "3"
+members = ["derive", "test"]