[package] name = "sorted_containers" version = "0.1.1" authors = ["Zhengyi Yang "] description = "A sorted collections library" # These URLs point to more information about the repository homepage = "https://github.com/zhengyi-yang/sorted_containers" repository = "https://github.com/zhengyi-yang/sorted_containers.git" keywords = ["sorted", "collections"] license = "MIT" [features] default=[] [dependencies] rand = "0.4.2"