Skip to content

Commit

Permalink
feat: extract-base64 cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Dec 1, 2024
1 parent 35aa28f commit cc652d2
Show file tree
Hide file tree
Showing 8 changed files with 667 additions and 50 deletions.
35 changes: 35 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ hex = "0.4.*"
horrorshow = "0.8.*"
indexmap = "2.*"
indicatif = "*"
infer = "*"
itertools = "*"
krapslog = "0.6"
lazy_static = "1.5.*"
Expand All @@ -52,6 +53,8 @@ ureq = "*"
wildmatch = "2.*"
yaml-rust2 = "0.9"
rust-embed={version = "8.5.0", features = ["include-exclude", "debug-embed"]}
encoding_rs = "0.8.35"
walkdir = "2.5.0"

[profile.dev]
debug-assertions = false
Expand Down
Loading

0 comments on commit cc652d2

Please sign in to comment.