-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (19 loc) · 799 Bytes
/
Cargo.toml
File metadata and controls
22 lines (19 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "binary-size-profiler"
version = "0.1.0"
authors = ["Jeff Muizelaar <jrmuizel@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wholesym = { git = "https://github.com/mstange/samply", rev = "80859bb325f3129343e1052ffc6d681a0a248395" }
# wholesym = "0.8.0"
uuid = "1.12"
futures = "0.3.31"
fxprof-processed-profile = { git = "https://github.com/mstange/samply", rev = "80859bb325f3129343e1052ffc6d681a0a248395" }
# fxprof-processed-profile = { version = "0.8.0", path = "../samply/fxprof-processed-profile" }
serde_json = "1.0.138"
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "macros"] }
mimalloc = { version = "*" }
indicatif = "0.17"
[profile.release]
debug = true