Skip to content

Commit

Permalink
fix: downstream the features
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Nov 12, 2024
1 parent ad71cc4 commit e33484f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions jarust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ video_room_plugin = ["jarust_plugins/video_room"]
__plugin_expiremental = ["jarust_plugins/__experimental"]

# Interface
use-native-tls = ["jarust_interface/use-native-tls"]
use-rustls = ["jarust_interface/use-rustls"]
use-native-tls = [
"jarust_core/use-native-tls",
"jarust_interface/use-native-tls",
]
use-rustls = ["jarust_core/use-rustls", "jarust_interface/use-rustls"]

# Runtime
tokio-rt = [
Expand Down

0 comments on commit e33484f

Please sign in to comment.