mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
Renormalize line endings
This commit is contained in:
parent
1e3b1cc7eb
commit
50825a41d8
1 changed files with 19 additions and 19 deletions
|
@ -1,19 +1,19 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
name = "ra_prof"
|
name = "ra_prof"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["rust-analyzer developers"]
|
authors = ["rust-analyzer developers"]
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = "1.0.1"
|
once_cell = "1.0.1"
|
||||||
itertools = "0.8.0"
|
itertools = "0.8.0"
|
||||||
backtrace = "0.3.28"
|
backtrace = "0.3.28"
|
||||||
|
|
||||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||||
jemallocator = { version = "0.3.2", optional = true }
|
jemallocator = { version = "0.3.2", optional = true }
|
||||||
jemalloc-ctl = { version = "0.3.2", optional = true }
|
jemalloc-ctl = { version = "0.3.2", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
jemalloc = [ "jemallocator", "jemalloc-ctl" ]
|
jemalloc = [ "jemallocator", "jemalloc-ctl" ]
|
||||||
cpu_profiler = []
|
cpu_profiler = []
|
||||||
|
|
Loading…
Reference in a new issue