Skip to content

Commit

Permalink
Merge pull request #6 from jorgeaduran/master
Browse files Browse the repository at this point in the history
Enhancements and Fixes in .NET Analysis, Error Handling, and Feature Extraction
  • Loading branch information
marirs authored Feb 11, 2024
2 parents 49e9ac2 + 36a1627 commit 47901db
Show file tree
Hide file tree
Showing 6 changed files with 456 additions and 285 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ petgraph = "0.6.2"
regex = "1.5"
fancy-regex = { git = "https://github.com/mnaza/fancy-regex.git" }
serde = { version = "1", features = ["derive"] }
smda = { git = "https://github.com/marirs/smda-rs.git" }
smda = {git = "https://github.com/jorgeaduran/smda-rs.git", branch = "fixes"}
thiserror = "1"
walkdir = "2.3.2"
yaml-rust = "0.4.5"
goblin = { version = "0.6.0", features = ["alloc"] }
goblin = { version = "0.8.0", features = ["alloc"] }
maplit = "1"
dnfile = { git = "https://github.com/marirs/dnfile-rs.git", branch = "master" }
#dnfile = { git = "https://github.com/marirs/dnfile-rs.git", branch = "master" }
dnfile = { git = "https://github.com/jorgeaduran/dnfile-rs.git", branch = "features/optimize_decoding" }
lazy_static = "1.4.0"
parking_lot = "0.12.1"
serde_json = "1.0.113"

[dev-dependencies]
clap = { version = "4.0.27", features = ["cargo", "derive"] }
serde_json = "1"

prettytable-rs = "0.10.0"

[lib]
Expand Down
Loading

0 comments on commit 47901db

Please sign in to comment.