Skip to content

Commit

Permalink
chore: Fix Rust client Cargo.toml README path (#281)
Browse files Browse the repository at this point in the history
Fix README file path in Rust client's Cargo.toml.
  • Loading branch information
v0-e authored Oct 28, 2024
1 parent fb624ac commit 46a2c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v4-client-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name = "dydx"
version.workspace = true
edition.workspace = true
license.workspace = true

readme.workspace = true
description = "dYdX v4 asynchronous client."
repository = "https://github.com/dydxprotocol/v4-clients/v4-client-rs"
readme = "README.md"

# https://crates.io/categories
categories = ["api-bindings", "asynchronous", "finance"]
Expand Down

0 comments on commit 46a2c27

Please sign in to comment.