Skip to content

Commit

Permalink
v0.0.8 Cargo Changes (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan authored Dec 13, 2023
1 parent 18261f5 commit ab94621
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
33 changes: 30 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion aderyn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aderyn_driver = { path = "../aderyn_driver" }
aderyn_driver = "0.0.8"
clap = { version = "4.4.6", features = ["derive"] }
5 changes: 4 additions & 1 deletion aderyn_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
name = "aderyn_driver"
version = "0.0.8"
edition = "2021"
authors = ["Alex Roan <alex@cyfrin.io>"]
description = "Rust based Solidity AST analyzer driver"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aderyn_core = { path = "../aderyn_core" }
aderyn_core = "0.0.8"
rayon = "1.8.0"
tokei = "12.1.2"

0 comments on commit ab94621

Please sign in to comment.