Heracles/Cargo.toml

22 lines
578 B
TOML
Raw Normal View History

2024-02-01 15:25:51 -05:00
[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]
anyhow = "1.0.79"
2024-02-01 15:25:51 -05:00
async-io = "2.3.1"
axum = { version = "0.7.4", features = [ "ws" ] }
2024-02-01 15:25:51 -05:00
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"
serde_yaml = "0.9.31"
2024-02-01 15:25:51 -05:00
smol = "2.0.0"
smol-axum = "0.1.0"
smol-macros = "0.1.0"