aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_pathf')
-rw-r--r--mingling_pathf/Cargo.toml1
-rw-r--r--mingling_pathf/test/Cargo.lock1
2 files changed, 2 insertions, 0 deletions
diff --git a/mingling_pathf/Cargo.toml b/mingling_pathf/Cargo.toml
index 8738ed5..9619adc 100644
--- a/mingling_pathf/Cargo.toml
+++ b/mingling_pathf/Cargo.toml
@@ -7,3 +7,4 @@ repository.workspace = true
[dependencies]
syn.workspace = true
+proc-macro2.workspace = true
diff --git a/mingling_pathf/test/Cargo.lock b/mingling_pathf/test/Cargo.lock
index dafc144..6c89ae3 100644
--- a/mingling_pathf/test/Cargo.lock
+++ b/mingling_pathf/test/Cargo.lock
@@ -12,6 +12,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
name = "mingling_pathf"
version = "0.2.0"
dependencies = [
+ "proc-macro2",
"syn",
]