summaryrefslogtreecommitdiffstats
path: root/crates/rebel/Cargo.toml
blob: 9eba0fadff5381ec75d3addb7df0f2f5b4dfa8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "rebel"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rebel-common = { path = "../rebel-common" }
rebel-parse = { path = "../rebel-parse" }
rebel-resolve = { path = "../rebel-resolve" }
rebel-runner = { path = "../rebel-runner" }

clap = { version = "4.0.0", features = ["derive"] }
handlebars = "5.1.2"
indoc = "2.0.4"
lazy_static = "1.4.0"
nix = { version = "0.28.0", features = ["poll", "signal"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
walkdir = "2"