Skip to content

Commit

Permalink
make blazingly fast 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Jan 14, 2024
1 parent d2fd1f8 commit 7d8b692
Show file tree
Hide file tree
Showing 8 changed files with 787 additions and 35,396 deletions.
1,240 changes: 639 additions & 601 deletions Cargo.lock

Large diffs are not rendered by default.

35 changes: 18 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.69"
chrono = { version = "0.4.23", features = ["serde"] }
clap = { version = "4.1.4", features = ["derive"] }
colored = "2.0.0"
confy = "0.5.1"
anyhow = "1.0.79"
chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.4.16", features = ["derive"] }
clap_complete = "4.4.6"
clap_complete_command = { version = "0.5.1", features = ["nushell"] }
colored = "2.1.0"
confy = "0.6.0"
csscolorparser = "0.6.2"
env_logger = "0.10.0"
futures = "0.3.26"
env_logger = "0.10.1"
futures = "0.3.30"
fuzzy-matcher = "0.3.7"
graphql_client = { version = "0.12.0", features = ["reqwest", "reqwest-blocking"] }
indicatif = "0.17.3"
inquire = "0.5.3"
log = "0.4.17"
reqwest = { version = "0.11.14", features = ["stream", "multipart"] }
serde = "1.0.152"
serde_derive = "1.0.152"
tokio = {version = "1.25.0", features = ["full"] }
tokio-util = { version = "0.7.6", features = ["codec"] }
url = "2.3.1"
indicatif = "0.17.7"
inquire = "0.6.2"
log = "0.4.20"
reqwest = { version = "0.11.23", features = ["stream", "multipart", "json"] }
serde = "1.0.195"
serde_derive = "1.0.195"
tokio = { version = "1.35.1", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
url = "2.5.0"
44 changes: 31 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d8b692

Please sign in to comment.