mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
7e5a3f9f6b
We're enabling the log crate feature everywhere, but only using it on the server for now. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
17 lines
276 B
TOML
17 lines
276 B
TOML
[package]
|
|
name = "sum_tree"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/sum_tree.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
arrayvec = "0.7.1"
|
|
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
|
|
|
[dev-dependencies]
|
|
ctor = "0.1"
|
|
env_logger = "0.8"
|
|
rand = "0.8.3"
|