Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed Dec 12, 2024
1 parent 5704de3 commit 91b8e10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions forc-plugins/forc-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ repository.workspace = true
[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive", "string"] }
dialoguer.workspace = true
forc-tracing.workspace = true
forc-util.workspace = true
include_dir.workspace = true
tokio = { workspace = true, features = ["macros", "signal", "rt-multi-thread"] }
dialoguer.workspace = true
reqwest = { workspace = true, features = ["json"] }
semver.workspace = true
serde.workspace = true
serde_json.workspace = true
semver.workspace = true
reqwest = { workspace = true, features = ["json"] }
sha1.workspace = true
tokio = { workspace = true, features = ["macros", "signal", "rt-multi-thread"] }

[dev-dependencies]
wiremock = "0.5"
tempfile.workspace = true
tokio = { workspace = true, features = ["full"] }
wiremock = "0.5"

0 comments on commit 91b8e10

Please sign in to comment.