quick arrays
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e1ce0d6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "amap"
+version = "0.1.0"
+author = ["bend-n <[email protected]>"]
+description = "define `[Option<T>; N]` easily"
+edition = "2021"
+repository = "https://github.com/bend-n/amap.git"
+license = "MIT"
+
+[dependencies]
+quote = "1.0.32"
+syn = "2.0.15"
+
+[lib]
+proc_macro = true