mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
fdfed3d7db
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
10 lines
133 B
TOML
10 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"
|