diff options
author | cc <cc@localhost> | 2025-08-20 21:58:04 -0700 |
---|---|---|
committer | cc <cc@localhost> | 2025-08-20 21:59:17 -0700 |
commit | a3f05d181c39d2060c1b0461101402004a7d02f1 (patch) | |
tree | 19da5f3c29c714991ef3171f9917041d21d42bea /Cargo.lock | |
parent | b7389213d70bba748c9ff08c9f91a99ac07e59c0 (diff) |
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..f4d489c --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "avl_tree" +version = "0.2.0" |