diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |