summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcc <cc@localhost>2025-08-20 21:58:04 -0700
committercc <cc@localhost>2025-08-20 21:59:17 -0700
commita3f05d181c39d2060c1b0461101402004a7d02f1 (patch)
tree19da5f3c29c714991ef3171f9917041d21d42bea /Cargo.toml
parentb7389213d70bba748c9ff08c9f91a99ac07e59c0 (diff)
Update for modern RustHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e871ae0..ebfdb3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "avl_tree"
version = "0.2.0"
-authors = ["Cornelius Aschermann <coco@hexgolems.com>"]
+authors = ["Cornelius Aschermann <coco@hexgolems.com>", "cc <cc@localhost>"]
description = "A simple AVL Tree implementation"
+edition = "2024"
# This is a string description of the license for this package. Currently
# crates.io will validate the license provided against a whitelist of known
@@ -11,4 +12,3 @@ description = "A simple AVL Tree implementation"
license = "GPL-2.0"
[dependencies]
-rand = "*" # Or a specific version