-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
51 lines (49 loc) · 1.5 KB
/
Cargo.toml
File metadata and controls
51 lines (49 loc) · 1.5 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
[workspace]
resolver = "2"
members = ["crates/cli", "crates/smbcloud-*"]
[workspace.dependencies]
anyhow = "1.0.58"
async-trait = "0.1.51"
chrono = "0.4"
clap = "4.1.6"
clap_mangen = "0.2.10"
console = "0.16"
crossterm = "0.28"
dialoguer = "0.11.0"
dirs = "6.0"
git2 = "0.20.1"
home = "0.5.4"
indicatif = "0.17.11"
log = "0.4.14"
maybe-async = "0.2"
open = "5.3"
openssl = { version = "0.10", features = ["vendored"] }
ratatui = { version = "0.29", default-features = false, features = ["crossterm"] }
regex = "1.11"
reqwest = { version = "0.12.18", default-features = false }
serde = "1"
serde_json = "1.0.82"
serde_repr = "0.1"
smbcloud-auth = { version = "0.3", path = "crates/smbcloud-auth" }
smbcloud-auth-sdk = { version = "0.3", path = "crates/smbcloud-auth-sdk" }
smbcloud-gresiq-sdk = { version = "0.3", path = "crates/smbcloud-gresiq-sdk" }
smbcloud-model = { version = "0.3", path = "crates/smbcloud-model" }
smbcloud-network = { version = "0.3", path = "crates/smbcloud-network" }
smbcloud-networking = { version = "0.3", path = "crates/smbcloud-networking" }
smbcloud-networking-project = { version = "0.3", path = "crates/smbcloud-networking-project" }
smbcloud-utils = { version = "0.3", path = "crates/smbcloud-utils" }
spinners = "4.1.0"
strum = "0.27"
strum_macros = "0.27"
tabled = "0.20"
tempfile = "3"
thiserror = "2.0"
tokio = "1.44"
tokio-postgres = "0.7"
toml = "0.8"
tracing = "0.1.35"
tracing-bunyan-formatter = "0.3.3"
tracing-subscriber = "0.3.14"
tsync = "2"
url-builder = "0.1.1"
wasm-bindgen = "0.2"