-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (24 loc) · 718 Bytes
/
Cargo.toml
File metadata and controls
27 lines (24 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[workspace]
members = ["crashpad-sys", "crashpad", "xtask", "crashpad-handler-bundler"]
default-members = ["crashpad-sys", "crashpad"]
resolver = "2"
[workspace.package]
version = "0.2.7"
authors = ["bahamoth <bahamoth@naver.com>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/bahamoth/crashpad-rs"
homepage = "https://github.com/bahamoth/crashpad-rs"
documentation = "https://docs.rs/crashpad-rs"
readme = "README.md"
keywords = ["crash", "crashpad", "crash-reporting", "minidump"]
categories = ["api-bindings", "development-tools::debugging"]
rust-version = "1.70.0"
exclude = [
"xtask/*",
".github/*",
"docs/*",
]
[workspace.dependencies]
# Common dependencies
thiserror = "1.0"