Initial Commit
This commit is contained in:
commit
c74f191ed3
9 changed files with 943 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "extract_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
color-eyre = "0.6.2"
|
||||
crossterm = "0.27.0"
|
||||
eyre = "0.6.8"
|
||||
indicatif = "0.17.6"
|
||||
rayon = "1.7.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue