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.toml | |
parent | b7389213d70bba748c9ff08c9f91a99ac07e59c0 (diff) |
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 |