diff options
author | Alexander van Ratingen <470642+alvra@users.noreply.github.com> | 2022-04-21 22:16:02 +0200 |
---|---|---|
committer | Alexander van Ratingen <470642+alvra@users.noreply.github.com> | 2022-04-21 22:16:02 +0200 |
commit | 645d3f8d22136d58d65f034fc15ea748d751eb96 (patch) | |
tree | bf55549077f17e9167194f6cb21fed41ec30ba03 /Cargo.toml | |
download | generate-random-645d3f8d22136d58d65f034fc15ea748d751eb96.tar.xz |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
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", +] |