mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
cf270b4dff
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
12 lines
231 B
TOML
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"
|