-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
38 lines (34 loc) · 878 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
30
31
32
33
34
35
36
37
38
[package]
name = "dolores"
version = "0.1.0"
authors = ["Łukasz Niemier <[email protected]>"]
edition = "2021"
resolver = "2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = "thin"
[dependencies]
askama = "0.11.1"
async-stream = "0.3"
async-trait = "0.1"
bincode = "1"
clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
clap_mangen = "0.2"
color-eyre = "0.6"
hyper = { version = "0.14", features = ["full"] }
matchit = "0.6"
nix = "0.25"
indoc = "1"
once_cell = "1"
rand = "0.8"
rcgen = { version = "0.10", features = ["pem", "x509-parser"] }
rustls = "0.20"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23"
tracing = "0.1"
tracing-subscriber = "0.3"
http = "0.2"