aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/Cargo.toml
blob: efcce3d65c182e8d09fa00702409e465e0f2d433 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
edition = "2018"
name = "ra_prof"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false

[dependencies]
once_cell = "0.2.0"
itertools = "0.8.0"