blob: 77232e36c90af533e23a6a864dfb6fb1aa9cc4c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "corgi"
version = "0.1.0"
edition = "2024"
[dependencies]
confindent = "2.2.0"
http-body-util = "0.1.3"
hyper-util = { version = "0.1.10", features = ["tokio"] }
[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"]
|