-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
43 lines (40 loc) · 1.07 KB
/
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
40
41
42
43
[workspace]
resolver = "2"
members = ["ask", "golink", "orgorg_client", "productivity_config"]
[workspace.package]
authors = ["Bucket Robotics, Inc"]
categories = []
description = ""
documentation = "https://bucket.bot"
edition = "2021"
homepage = "https://bucket.bot"
keywords = []
license = "Apache-2.0"
publish = false
repository = "github.com/bucket-robotics/productivity"
version = "0.0.1"
[workspace.dependencies]
shlex = "1.3.0"
anyhow = "1.0.86"
argh = "0.1.12"
console = "0.15.8"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
directories = "5.0.1"
open = "5.3.0"
reqwest = { version = "0.12.7", features = ["json", "blocking"] }
schemars = "0.8.21"
serde = "1.0.209"
serde_json = "1.0.127"
thiserror = "1.0.63"
tokio = "1.40.0"
url = "2.5.2"
chrono = "0.4.38"
which = "6.0.3"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
indicatif = "0.17.8"
quick-xml = "0.36.1"
pulldown-cmark = { version = "0.12.1", default-features = false }
syntect = { version = "=5.2.0", default-features = false, features = [
"default-fancy",
] }