-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (40 loc) · 983 Bytes
/
Cargo.toml
File metadata and controls
42 lines (40 loc) · 983 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[workspace]
resolver = "3"
members = [
"jruby_executable",
"ruby_executable",
"shared",
]
[workspace.package]
edition = "2024"
rust-version = "1.88"
[workspace.dependencies]
bullet_stream = "0.11"
chrono = {version = "0.4", features = ["serde"] }
clap = { version = "4.6", features = ["derive"] }
flate2 = "1"
fs-err = { version = "3", features = ["debug"] }
fs2 = "0.4"
fun_run = "0.6"
gem_version = "1.0"
glob = "0.3"
hex = "0.4"
indoc = "2"
java-properties = "2"
lazy_static = "1"
libherokubuildpack = { version = "0.30.4", default-features = false, features = ["inventory", "inventory-sha2"] }
winnow = "1.0"
pretty_assertions = "1"
rayon = "1"
regex = "1"
reqwest = { version = "0.13", features = ["blocking"] }
serde = {version = "1", features = ["derive"] }
sha2 = "0.11"
shared = { path = "shared" }
tar = "0.4"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tempfile = "3"
thiserror = "2"
serde_json = "1"
yaml-rust2 = "0.11"
toml = "1.1"