-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
29 lines (28 loc) · 947 Bytes
/
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
[package]
name = "sprocket"
version = "0.9.0"
description = "A package manager for the Workflow Description Language files"
authors = ["Clay McLeod <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
homepage = "https://github.com/stjude-rust-labs/sprocket"
repository = "https://github.com/stjude-rust-labs/sprocket"
documentation = "https://docs.rs/sprocket"
readme = "README.md"
[dependencies]
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive", "string"] }
codespan-reporting = "0.11.1"
git-testament = "0.2.5"
indexmap = "2.6.0"
nonempty = "0.10.0"
pest = { version = "2.7.14", features = ["pretty-print"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
wdl = { version = "0.10.0", features = ["codespan", "lsp", "analysis", "format"] }
walkdir = "2.5.0"
colored = "2.1.0"
tokio = { version = "1.41.0", features = ["full"] }
tracing-log = "0.2.0"
indicatif = "0.17.8"
clap-verbosity-flag = "2.2.2"