Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 7, 2020
1 parent 8bdacd8 commit 184dd52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ indexmap = { version = "1.1", optional = true }
target-lexicon = { version = "0.10", optional = true }
wasmparser = { version = "0.52", optional = true }

core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
compiler_builtins = { version = '0.1.2', optional = true }
alloc = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-alloc' }

[dev-dependencies]
memmap = "0.7"

Expand All @@ -40,6 +44,8 @@ wasm = ["wasmparser"]

default = ["read", "compression"]

rustc-dep-of-std = ['core', 'compiler_builtins', 'alloc']

[[example]]
name = "nm"
required-features = ["read"]
Expand Down

0 comments on commit 184dd52

Please sign in to comment.