rust/crates/ra_prof/Cargo.toml
2019-06-04 00:27:49 +03:00

11 lines
194 B
TOML

[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"
backtrace = "0.3.28"