aboutsummaryrefslogtreecommitdiff
path: root/rust_macro/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-10 21:30:02 +0200
committerAndreas Grois <andi@grois.info>2022-10-10 21:37:15 +0200
commite4ad766315879e1ff05bb111229f073f8f0ed68e (patch)
tree4b043ff47c78b2c00c80c94ebda622c32c8b6d3d /rust_macro/Cargo.toml
PassFish: Initial Commit
Well, that's a lie. But nobody needs to see all the iterations I decided to sweep under the rug. That said, I think the repo is, while not clean, clean enough now, to not be embarrassed by uploading it to github.
Diffstat (limited to 'rust_macro/Cargo.toml')
-rw-r--r--rust_macro/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/rust_macro/Cargo.toml b/rust_macro/Cargo.toml
new file mode 100644
index 0000000..93291e2
--- /dev/null
+++ b/rust_macro/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "passwordmaker_macros"
+version = "1.0.0"
+
+[dependencies]
+syn = "1.0"
+quote = "1.0"
+
+[lib]
+name = "passwordmaker_macros"
+proc-macro = true \ No newline at end of file