Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
authors = ["Warp Team <dev@warp.dev>"]
|
||||
name = "sum_tree"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
arrayvec.workspace = true
|
||||
log.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
rand.workspace = true
|
||||
# Enable the `test-util` feature for our own package when running tests.
|
||||
sum_tree = { path = ".", features = ["test-util"] }
|
||||
|
||||
[features]
|
||||
# Enables utilities for testing.
|
||||
test-util = []
|
||||
Reference in New Issue
Block a user