mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-22 20:19:50 -04:00
20 lines
503 B
TOML
20 lines
503 B
TOML
|
[package]
|
||
|
name = "heracles"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
async-io = "2.3.1"
|
||
|
axum = "0.7.4"
|
||
|
clap = { version = "4.4.18", features = ["derive"] }
|
||
|
maud = { version = "0.26.0", features = ["axum"] }
|
||
|
prometheus-http-api = "0.2.0"
|
||
|
serde = { version = "1.0.196", features = ["derive"] }
|
||
|
serde_json = "1.0.113"
|
||
|
smol = "2.0.0"
|
||
|
smol-axum = "0.1.0"
|
||
|
smol-macros = "0.1.0"
|