Skip to content

Commit

Permalink
disable web
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Jul 22, 2024
1 parent 4745154 commit a6f0aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "rustyscript"
description = "Effortless JS Integration for Rust"
edition = "2021"
license = "MIT OR Apache-2.0"
version = "0.6.2"
version = "0.6.3"
repository = "https://github.com/rscarson/rustyscript"

keywords = ["rust", "javascript", "deno", "runtime", "embedding"]
categories = ["web-programming", "network-programming", "api-bindings", "compilers", "development-tools::ffi"]
readme = "readme.md"

[features]
default = ["worker", "web_stub", "console", "url", "crypto", "web"]
default = ["worker", "web_stub", "console", "url", "crypto"]

no_extensions = []
all = ["web", "io", "webstorage", "cache", "websocket"]
Expand Down

0 comments on commit a6f0aa9

Please sign in to comment.