Initial Commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "gamma_basic_auth_proxy"
|
||||
version = "1.0.0"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
ron = "0.6.4"
|
||||
compound-error = "0.1.2"
|
||||
log = "0.4"
|
||||
femme = "2"
|
||||
kv-log-macro = "1"
|
||||
base64 = "0.13"
|
||||
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "cookies", "multipart", "json"] }
|
||||
Reference in New Issue
Block a user