htmx-ssh-netcode-test/Cargo.toml
Bad Manners 1cec986ab1
Some checks failed
ci / docker (push) Failing after 14s
New version of netcode test
2024-09-29 11:57:45 -03:00

33 lines
961 B
TOML

[package]
authors = ["Bad Manners <me@badmanners.xyz>"]
name = "htmx-ssh-netcode-test"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
anyhow = "1"
async-trait = "0.1"
axum = { version = "0.7", features = ["ws"] }
axum-macros = "0.4"
axum-routing-htmx = { path = "../axum-routing-htmx/axum-routing-htmx" }
bitvec = "1"
clap = { version = "4", features = ["derive"] }
futures = "0.3"
hyper = { version = "1", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }
maud = { path = "../maud/maud", features = ["axum"] }
rand = "0.8"
random_color = "0.8"
regex = "1"
reqwest = "0.12"
russh = "0.45"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
termsize = "0.1"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["net", "sync"] }
tokio-util = "0.7"
tower = "0.5.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter", "std"] }