1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
This commit is contained in:
Robin Appelman 2021-10-12 16:22:35 +02:00
commit 6b5b08f09c
4 changed files with 70 additions and 664 deletions

View file

@ -1,8 +1,11 @@
[package]
name = "haze"
version = "0.1.0"
version = "1.0.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
repository = "https://github.com/icewind1991/haze"
license = "MIT"
description = "Easy setup and management of Nextcloud test instances using docker"
[dependencies]
bollard = { version = "0.11" }
@ -25,4 +28,8 @@ async-trait = "0.1"
enum_dispatch = "0.3"
[profile.release]
lto = true
lto = true
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/haze.{ format }"
bin-dir = "{ bin }{ format }"