forked from ChristophWurst/krankerl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (36 loc) · 876 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
37
38
39
[package]
name = "krankerl"
version = "0.12.2"
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"
[badges]
travis-ci = { repository = "ChristophWurst/krankerl", branch = "master" }
[dependencies]
base64 = "0.12"
composer = "0.2"
docopt = "1.1"
dirs = "2.0"
failure = "0.1.7"
flate2 = "1.0"
hex = "0.4"
ignore = "0.4.11"
git2 = "0.12"
nextcloud_appinfo = "0.5.0"
nextcloud_appsignature = "0.4.0"
nextcloud_appstore = "0.6.0"
npm_scripts = "0.2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tar = "0.4.26"
tempdir = "0.3"
tokio = { version = "0.2", features = ["full"] }
toml = "0.5.6"
pathdiff = "0.1.0"
xdg = "2.2.0"
[dev-dependencies]
fs_extra = "1.1.0"