Skip to content

Commit

Permalink
[0]
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-gherman committed Sep 7, 2024
1 parent 7579605 commit 2db2392
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 38 deletions.
51 changes: 19 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions kaminari/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
[package]
name = "kaminari"
version = "0.12.0"
version = "0.1.20240907"
edition = "2021"
authors = ["zephyr <i@zephyr.moe>"]
keywords = ["lightws", "network"]
repository = "https://github.com/zephyrchien/kaminari"
documentation = "https://docs.rs/kaminari"
description = "The ever fast websocket tunnel built on top of lightws."
license = "MIT"

[features]
Expand Down Expand Up @@ -34,6 +29,7 @@ udpflow = { version = "0.1.0", optional = true }
# tls
tokio-rustls = { version = "0.26.0", features = [
"early-data",
"ring",
], optional = true }
webpki-roots = { version = "0.26", optional = true }
rustls-pemfile = { version = "2", optional = true }
Expand Down

0 comments on commit 2db2392

Please sign in to comment.