aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexander van Ratingen <470642+alvra@users.noreply.github.com>2022-04-21 22:16:02 +0200
committerAlexander van Ratingen <470642+alvra@users.noreply.github.com>2022-04-21 22:16:02 +0200
commit645d3f8d22136d58d65f034fc15ea748d751eb96 (patch)
treebf55549077f17e9167194f6cb21fed41ec30ba03 /Cargo.toml
downloadgenerate-random-645d3f8d22136d58d65f034fc15ea748d751eb96.tar.xz
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..28a26f5
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[workspace]
+members = [
+ "lib",
+ "derive-macro",
+ "tests",
+]