-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 991 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
[package]
name = "tidploy"
version = "0.16.0"
edition = "2021"
license-file="LICENSE"
authors=["Tip ten Brink"]
description="Simple deployment tool for deploying small applications and loading secrets."
repository="https://github.com/tiptenbrink/tidploy"
readme="README.md"
[dependencies]
base64 = "=0.21.7"
clap = { version = "=4.4.16", features = ["derive"] }
keyring = { version = "=2.3.1", default-features = false, features=[ "linux-no-secret-service", "platform-windows", "platform-macos" ] }
relative-path = "=1.9.2"
rpassword = "=7.3.1"
serde = { version = "=1.0.195", features = ["derive"] }
serde_json = "=1.0.111"
spinoff = { version = "=0.8.0", features = ["line"] }
thiserror = "=1.0.56"
toml = "=0.8.8"
tracing = "=0.1.40"
tracing-subscriber = "=0.3.18"
tracing-error = "=0.2.0"
directories = "=5.0.1"
color-eyre = "=0.6.3"
test-log = { version="=0.2.15", default-features = false, features = ["trace"] }
duct = "=0.13.7"
camino = "1.1.6"
once_cell = "1.19.0"
sha2 = "0.10.8"