about summary refs log tree commit diff
path: root/Cargo.toml
blob: a634a913089571efa91f542cd311138139a7e0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "corgi"
version = "0.1.0"
edition = "2024"

[dependencies]
http-body-util = "0.1.3"
hyper-util = { version = "0.1.10", features = ["tokio"] }

[dependencies.confindent]
version = "2.2.1"
git = "https://github.com/gennyble/confindent"
branch = "v2"

[dependencies.tokio]
version = "1.44.0"
features = ["rt", "rt-multi-thread", "io-std", "net", "process"]

[dependencies.hyper]
version = "1.6.0"
default-features = false
features = ["server", "http1"]