view Cargo.toml @ 3:a94eac64aee8

BTree set functionality is working
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 05 Jul 2022 08:09:38 -0700
parents e342ded1647e
children
line wrap: on
line source

[package]
name = "btreex"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ptree = "0.4"
rand = "0.8.5"
time-test = "0.2.3"