summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-26 19:00:42 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-26 19:00:42 -0500
commit158bcae00dbe2af50e51468ad003fb594a858e6d (patch)
treed5639b745b2a24e417e8003694a8994354e2d708 /Cargo.lock
parentfn call fix (diff)
downloadmatrix-158bcae00dbe2af50e51468ad003fb594a858e6d.tar.gz
matrix-158bcae00dbe2af50e51468ad003fb594a858e6d.tar.bz2
matrix-158bcae00dbe2af50e51468ad003fb594a858e6d.zip
changes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a3a118e..6414157 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -415,6 +415,7 @@ dependencies = [
"memchr",
"nix",
"radix_trie",
+ "rustyline-derive",
"unicode-segmentation",
"unicode-width",
"utf8parse",
@@ -422,6 +423,17 @@ dependencies = [
]
[[package]]
+name = "rustyline-derive"
+version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e5af959c8bf6af1aff6d2b463a57f71aae53d1332da58419e30ad8dc7011d951"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.48",
+]
+
+[[package]]
name = "smallvec"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"