mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
13 lines
231 B
TOML
13 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"
|