aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-05 13:36:55 +0000
committerAria Shrimpton <me@aria.rip>2024-02-05 13:36:55 +0000
commit0e4934c578ecfc022ffc72c9bb2253290ce966af (patch)
treeb63e99d6d2d879cc754b3ae338d3eaac8f5cffd4 /src/tests
parent572b0387e6c3948e3fce0963d9f9b6f3437921b9 (diff)
generate code for selected adaptive containers
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tests/Cargo.lock b/src/tests/Cargo.lock
index 3b7b6dc..183a743 100644
--- a/src/tests/Cargo.lock
+++ b/src/tests/Cargo.lock
@@ -308,6 +308,9 @@ dependencies = [
[[package]]
name = "primrose-library"
version = "0.1.0"
+dependencies = [
+ "take_mut",
+]
[[package]]
name = "proc-macro2"
@@ -474,6 +477,12 @@ dependencies = [
]
[[package]]
+name = "take_mut"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
+
+[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"