Skip to content

Commit

Permalink
Add fuels-core to default Cargo manifest file. (FuelLabs#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Dec 28, 2021
1 parent 4ed4a5b commit 8bbc4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forc/src/utils/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ license = "Apache-2.0"
[dependencies]
tokio = {{ version = "1.12", features = ["rt", "macros"] }}
fuels-abigen-macro = "0.1"
fuels-core = "0.1"
fuels-rs = "0.1"
fuel-gql-client = {{ version = "0.1", default-features = false }}
fuel-tx = "0.1"
Expand Down

0 comments on commit 8bbc4f1

Please sign in to comment.