mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
1.0.0
This commit is contained in:
parent
a88e98726f
commit
6b5b08f09c
4 changed files with 70 additions and 664 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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 }"
|
||||
Loading…
Add table
Add a link
Reference in a new issue