aboutsummaryrefslogtreecommitdiff
path: root/rust_macro/Cargo.toml
diff options
context:
space:
mode:
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