Files
nym/tools/internal/ssl-inject/Cargo.toml
Jędrzej Stuczyński 4890c528bc feat: mixFetch - the final countdown (#3737)
* mixFetch

* clippy

* removed redundant Arc over 'WasmStorage' in the 'ClientStorage'

---------

Co-authored-by: Fouad <fmtabbara@hotmail.co.uk>
2023-09-07 12:45:03 +01:00

13 lines
307 B
TOML

[package]
name = "ssl-inject"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "*", features = ["full"]}
anyhow = "1.0.71"
hex = "0.4.3"
clap = { version = "4.0", features = ["derive"] }