forked from ChristophWurst/krankerl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (34 loc) · 833 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "krankerl"
version = "0.13.3"
authors = ["Christoph Wurst <[email protected]>"]
description = "A CLI helper to manage Nextcloud apps"
license-file = "LICENSE"
keywords = ["nextcloud", "cli"]
categories = ["development-tools", "development-tools::build-utils"]
edition = "2018"
[dependencies]
base64 = "0.13"
composer = "0.2"
color-eyre = "0.5"
docopt = "1.1"
dirs = "4.0"
flate2 = "1.0"
hex = "0.4"
ignore = "0.4.18"
git2 = { version = "0.13", default-features = false }
nextcloud_appinfo = "0.6.0"
nextcloud_appsignature = "0.7.1"
nextcloud_appstore = "0.8.0"
npm_scripts = "0.2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tar = "0.4.37"
tempdir = "0.3"
tokio = { version = "1.5", features = ["full"] }
toml = "0.5.8"
pathdiff = "0.2.1"
xdg = "2.4.0"
[dev-dependencies]
fs_extra = "1.2.0"