feat: v0.1.0 init commit
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "simple-rust-http3-proxy"
|
||||
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 = "1", features = ["full"] }
|
||||
s2n-quic = "1.9"
|
||||
clap = "2.33"
|
||||
rust_util = "0.6"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
opt-level = 'z'
|
||||
lto = true
|
||||
panic = 'abort'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user