zed/sum_tree/Cargo.toml
Nathan Sobo cf270b4dff Extract sum_tree to its own crate
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-10-01 15:55:21 -06:00

12 lines
231 B
TOML

[package]
name = "sum_tree"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arrayvec = "0.7.1"
[dev-dependencies]
rand = "0.8.3"