aboutsummaryrefslogtreecommitdiff
path: root/amenadiel/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-16 00:47:52 -0700
committerFuwn <[email protected]>2023-04-16 00:47:52 -0700
commit0a0e09102f2ee86e6d7f424ad6f7048e7583f527 (patch)
tree334eb370ff09deae2b7997592d60aab0bf6d3db9 /amenadiel/Cargo.toml
parentfix(timing): push module (what ?) (diff)
downloadlocus-0a0e09102f2ee86e6d7f424ad6f7048e7583f527.tar.xz
locus-0a0e09102f2ee86e6d7f424ad6f7048e7583f527.zip
refactor: make maros procedural
Diffstat (limited to 'amenadiel/Cargo.toml')
-rw-r--r--amenadiel/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/amenadiel/Cargo.toml b/amenadiel/Cargo.toml
new file mode 100644
index 0000000..c94115d
--- /dev/null
+++ b/amenadiel/Cargo.toml
@@ -0,0 +1,14 @@
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[package]
+name = "amenadiel"
+version = "0.0.0"
+authors = ["Fuwn <[email protected]>"]
+edition = "2021"
+license = "GPL-3.0-only"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+quote = "1.0.26" # Quasi-quoting