We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c7665a + 0f8f09e commit 1657e78Copy full SHA for 1657e78
ruby_wasm.gemspec
@@ -29,4 +29,6 @@ Gem::Specification.new do |spec|
29
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
spec.require_paths = ["lib"]
31
spec.extensions = ["ext/ruby_wasm/Cargo.toml"]
32
+
33
+ spec.add_dependency "logger"
34
end
0 commit comments