summaryrefslogtreecommitdiffstats
path: root/python/jellyfish/Cargo-toml.patch
blob: be934640c89fb294bdbab5b1db4bf7c29ff5aada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Cargo.toml b/Cargo.toml
index 6f9bf52..2deead4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ unicode-segmentation = "^1.6.0"
 unicode-normalization = "^0.1"
 smallvec = "1.10.0"
 ahash = "0.8.3"
+syn = "2.0.37"
 
 [dev-dependencies]
 csv = "1.1"