add gh repo to Cargo.toml (#33)

This commit is contained in:
Théo Monnom
2023-01-12 15:16:04 +01:00
committed by GitHub
parent 35454335ec
commit b96858bdba
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
description = "Native SDK for LiveKit"
repository = "https://github.com/livekit/client-sdk-rust"
[dependencies]
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }