Skip to content

Commit

Permalink
Update WTX
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Jan 13, 2024
1 parent 390591c commit 522cbd0
Show file tree
Hide file tree
Showing 5 changed files with 366 additions and 96 deletions.
170 changes: 144 additions & 26 deletions Cargo.lock

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

13 changes: 5 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
[[bin]]
name = "server"
required-features = ["rustls-pemfile", "tokio/macros", "tokio/rt-multi-thread"]
required-features = ["tokio/macros", "tokio/rt-multi-thread"]

[dependencies]
home = { default-features = false, version = "0.5" }
rustls-pemfile = { default-features = false, optional = true, version = "1.0" }
tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.35" }
tokio-rustls = { default-features = false, features = ["tls12"], version = "0.24" }
wtx = { default-features = false, features = ["tokio-rustls", "web-socket-handshake"], version = "0.11" }

[dev-dependencies]
webpki-roots = { default-features = false, version = "0.25" }
tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.0" }
tokio-rustls = { default-features = false, features = ["tls12"], version = "0.25" }
wtx = { default-features = false, features = ["rustls-pemfile", "tokio-rustls", "web-socket-handshake", "webpki-roots"], version = "0.13" }

[package]
edition = "2021"
license = "Apache-2.0"
name = "irec"
publish = false
version = "0.1.0"
Loading

0 comments on commit 522cbd0

Please sign in to comment.