Skip to content

Commit

Permalink
add init file
Browse files Browse the repository at this point in the history
  • Loading branch information
rungobier committed Nov 30, 2021
1 parent 1a2d0a2 commit b6ebd33
Show file tree
Hide file tree
Showing 7 changed files with 131,113 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[package]
name = "ct"
version = "1.0.0"
authors = ["rungobier@knownsec 404 team <[email protected]>"]
edition = "2018"

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

[dependencies]
num_cpus = "1.0"
clap = "2.33.3"
regex = "1.5.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
headless_chrome = "0.9.0"
dirs = "3.0.2"
url = "2.2.2"
mlua = { version = "0.6.2", features = ["lua54", "vendored"] }
dnsclient = "0.1.15"
threadpool = "1.0"
speedtest-rs = "0.1.2"
reqwest = { version = "0.11", features = ["blocking", "json"] }
chrono = "0.4"
itertools = "0.10.1"
Loading

0 comments on commit b6ebd33

Please sign in to comment.