aboutsummaryrefslogtreecommitdiffstats
path: root/components/range/Cargo.toml
blob: 97d2cea1ac59935661837e2fe79774c842343ddf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "range"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true

[lib]
name = "range"
path = "lib.rs"

[dependencies]
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
num-traits = { workspace = true }
serde = { workspace = true }