1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

version and help

This commit is contained in:
Robin Appelman 2025-09-01 16:55:58 +02:00
commit e189b2e4f2
5 changed files with 188 additions and 86 deletions

View file

@ -1,9 +1,9 @@
[package]
name = "haze"
version = "1.6.0"
version = "2.1.1"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
repository = "https://github.com/icewind1991/haze"
repository = "https://codeberg.org/icewind/haze"
license = "MIT"
description = "Easy setup and management of Nextcloud test instances using docker"
@ -34,6 +34,8 @@ atty = "0.2.14"
git2 = { version = "0.20.0", default-features = false }
itertools = { version = "0.14.0", features = ["use_alloc"] }
local-ip-address = "0.6.5"
strum = { version = "0.27.2", features = ["derive"] }
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
hyper = "1.6.0"