Skip to content

Commit

Permalink
Merge #380
Browse files Browse the repository at this point in the history
380: Merge crates "elf2table" and "logger" into "decoder" r=jonas-schievink a=spookyvision



Co-authored-by: Anatol Ulrich <anatol.ulrich@ferrous-systems.com>
  • Loading branch information
bors[bot] and Anatol Ulrich authored Feb 10, 2021
2 parents 4cbf0b9 + 44d1a81 commit 3d783b0
Show file tree
Hide file tree
Showing 13 changed files with 2,063 additions and 2,088 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ trybuild = "1.0.37"
members = [
".",
"decoder",
"elf2table",
"logger",
"macros",
"parser",
"print",
Expand Down
19 changes: 19 additions & 0 deletions decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@ colored = "2.0.0"
leb128 = "0.2.4"
ryu = "1"


# logger
ansi_term = "0.12.1"
difference = "2.0.0"
log = { version = "0.4.13", features = ["std"] }

# elf2table
anyhow = "1.0.32"
gimli = "0.22.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

# elf2table
[dependencies.object]
version = "0.21.0"
default-features = false
features = ["read_core", "elf", "std"]


[build-dependencies]
semver = "0.11.0"

Expand Down
Loading

0 comments on commit 3d783b0

Please sign in to comment.