Skip to content

Commit

Permalink
style: Format Cargo.toml according to the convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranduy1dol committed Jun 26, 2024
1 parent 8f657c3 commit 9a62f06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ hex = "0.4"
itertools = "0.13.0"
mockall = "0.12.1"
testcontainers = "0.18.0"
dotenv = "0.15.0"
c-kzg = "1.0.2"
aptos-sdk = { git = "https://github.com/sota-zk-labs/aptos-core" }

# Cairo VM
Expand Down
11 changes: 5 additions & 6 deletions crates/da-clients/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ version.workspace = true
edition.workspace = true

[dependencies]
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "68952c0" }
c-kzg = "1.0.2"
color-eyre = "0.6.3"
dotenv = "0.15.0"
url = "2.5.0"

alloy = { workspace = true }
aptos-sdk = { workspace = true }
async-trait = { workspace = true }
c-kzg = { workspace = true }
color-eyre = { workspace = true }
da-client-interface = { workspace = true }
dotenv = { workspace = true }
serde = { workspace = true }
url = { workspace = true }
utils = { workspace = true }

0 comments on commit 9a62f06

Please sign in to comment.