[package] name = "avl_tree" version = "0.2.0" authors = ["Cornelius Aschermann ", "cc "] 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 # license identifiers from http://spdx.org/licenses/. Multiple licenses can # be separated with a `/` license = "GPL-2.0" [dependencies]