Skip to content

Commit

Permalink
chore: resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhexists committed Sep 5, 2024
2 parents 994eaa7 + 6ee4c3e commit 9ac6609
Show file tree
Hide file tree
Showing 16 changed files with 787 additions and 129 deletions.
148 changes: 148 additions & 0 deletions core/Cargo.lock

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

10 changes: 7 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ categories = ["development-tools", "command-line-utilities", "parsing", "os", "h
keywords = ["https", "certificates", "localhost", "local-development", "root-ca"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
openssl = "0.10"
clap = { version = "4.4.8", features = ["derive"] }
dirs = "5.0"
lazy_static = "1.4"
sha2 = "0.10"
lazy_static = "1.4"
colored = "2.0"
base64 = "0.21"

[dev-dependencies]
tempfile = "3.3"
Loading

0 comments on commit 9ac6609

Please sign in to comment.