-
Notifications
You must be signed in to change notification settings - Fork 90
/
Cargo.toml
38 lines (36 loc) · 1 KB
/
Cargo.toml
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
28
29
30
31
32
33
34
35
36
37
38
[workspace]
resolver = "2"
members = [
"cargo-crev",
"crev-common",
"crev-data",
"crev-wot",
"crev-lib",
]
exclude = ["crevette"]
[workspace.package]
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>", "Kornel Lesiński <kornel@geekhood.net>"]
edition = "2021"
license = "MPL-2.0 OR MIT OR Apache-2.0"
repository = "https://github.com/crev-dev/cargo-crev"
rust-version = "1.77"
version = "0.26.0"
[workspace.dependencies]
crev-common = { path = "crev-common", version = "0.26"}
crev-data = { path = "crev-data", version = "0.26"}
crev-lib = { path = "crev-lib", version = "0.26"}
crev-wot = { path = "crev-wot", version = "0.26" }
chrono = { version = "0.4.28", default-features = false, features = ["std", "clock"] }
blake2 = "0.10.6"
default = "0.1.2"
cargo = "0.82"
git2 = "0.19"
itertools = "0.13"
log = "0.4.20"
rayon = "1.7.0"
resiter = "0.5"
semver = { version = "1.0.18", features = [ "serde" ] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
serde_yaml = "0.9.25"
thiserror = "2.0"