zed/sum_tree/Cargo.toml
Nathan Sobo 74a47a1384 Extract fuzzy module to its own crate
We still have a fuzzy module in the zed crate with some app-specific logic.

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-10-01 17:08:19 -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"