You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
457 B
16 lines
457 B
[package]
|
|
name = "sthp"
|
|
version = "0.1.0"
|
|
authors = ["Karan Gauswami <[email protected]>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
futures-util = "0.3.6"
|
|
http = "0.2.1"
|
|
hyper = "0.13.8"
|
|
structopt={version="0.3.20",default-features=false}
|
|
tokio-socks = "0.3.0"
|
|
tokio={version="0.2",features=["macros"]}
|
|
color-eyre ={version= "0.5.6",default-features=false}
|
|
|