Skip to content

Commit efa94db

Browse files
authored
Fix cargo config path in README.md (#414)
1 parent 5e8101e commit efa94db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Use this SDK to add realtime video, audio and data features to your Rust app. By
4545
- `livekit-protocol`: LiveKit protocol generated code
4646

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

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

0 commit comments

Comments
 (0)