view Cargo.toml @ 0:e342ded1647e

Initial commit Essentially seems to be working; better balance needed
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 04 Jul 2022 16:59:06 -0700
parents
children a94eac64aee8
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"