Skip to content

Commit

Permalink
Fix cargo config path in README.md (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx authored Sep 3, 2024
1 parent 5e8101e commit efa94db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Use this SDK to add realtime video, audio and data features to your Rust app. By
- `livekit-protocol`: LiveKit protocol generated code

When adding the SDK as a dependency to your project, make sure to add the
[necessary `rustflags`](/~https://github.com/livekit/rust-sdks/blob/main/.cargo/config)
[necessary `rustflags`](/~https://github.com/livekit/rust-sdks/blob/main/.cargo/config.toml)
to your cargo config, otherwise linking may fail.

Also, please refer to the list of the [supported platform toolkits](/~https://github.com/livekit/rust-sdks/blob/main/.github/workflows/builds.yml).
Expand Down

0 comments on commit efa94db

Please sign in to comment.