zed/crates/sum_tree/Cargo.toml
Nathan Sobo fdfed3d7db Move all crates to a top-level crates folder
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-10-04 13:22:21 -06:00

11 lines
133 B
TOML

[package]
name = "sum_tree"
version = "0.1.0"
edition = "2018"
[dependencies]
arrayvec = "0.7.1"
[dev-dependencies]
rand = "0.8.3"