[dependencies]
[package]
authors = ["Cem Karan <cfkaran2@gmail.com>"]
categories = ["asynchronous", "concurrency", "database-implementations", "data-structures"]
description = "An implementation of the [prolly tree](https://docs.dolthub.com/architecture/storage-engine/prolly-tree) data structure"
edition = "2021"
keywords = ["datastructures", "concurrent", "database", "async"]
license = "Apache-2.0"
name = "prolly"
readme = "README.md"
repository = "https://github.com/cfkaran2/prolly"
resolver = "2"
rust-version = "1.60"
version = "0.1.0"