Skip to content

Commit

Permalink
Add tls feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed May 11, 2024
1 parent 3a745b4 commit dac746c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
2 changes: 2 additions & 0 deletions .gitingore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
*.lock
48 changes: 0 additions & 48 deletions Cargo.lock

This file was deleted.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/nng-c"
version = "3"

[dependencies.nng-c-sys]
version = "=1.8.0-beta.1"
version = "=1.8.0-beta.2"

[dependencies.log]
version = "0.4"
Expand All @@ -24,6 +24,8 @@ optional = true
[features]
# Enables HTTP transport code
http = ["nng-c-sys/http"]
# Enables TLS transport code
tls = ["nng-c-sys/tls"]

[package.metadata.docs.rs]
features = ["http", "log"]
Expand Down

0 comments on commit dac746c

Please sign in to comment.