mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-13 07:54:10 +02:00
updates
This commit is contained in:
parent
68b1e2fe0a
commit
fbb10546a9
9 changed files with 778 additions and 413 deletions
23
Cargo.toml
23
Cargo.toml
|
|
@ -2,26 +2,27 @@
|
|||
name = "tasproxy"
|
||||
version = "0.1.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
edition = "2024"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://codeberg.org/icewind/tasproxy"
|
||||
rust-version = "1.85.0"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.24.0"
|
||||
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
futures-util = "0.3.31"
|
||||
rumqttc = "0.25.1"
|
||||
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
futures-util = "0.3.32"
|
||||
dashmap = "6.1.0"
|
||||
json = "0.12.4"
|
||||
warp = "0.3.7"
|
||||
dotenv = "0.15.0"
|
||||
color-eyre = "0.6.3"
|
||||
color-eyre = "0.6.5"
|
||||
async-stream = "0.3.6"
|
||||
pin-utils = "0.1.0"
|
||||
hostname = "0.4.0"
|
||||
hostname = "0.4.2"
|
||||
warp-reverse-proxy = { version = "1.0.0", default-features = false, features = ["rustls-tls"] }
|
||||
tokio-stream = { version = "0.1.16", features = ["net"] }
|
||||
tokio-stream = { version = "0.1.18", features = ["net"] }
|
||||
base64 = "0.22.1"
|
||||
secretfile = "0.1.0"
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
toml = "0.8.19"
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
secretfile = "0.1.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
toml = "1.1.0"
|
||||
clap = { version = "4.6.0", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue