add gh repo to Cargo.toml (#33)
This commit is contained in:
@@ -4,6 +4,7 @@ version = "0.1.1"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "LiveKit interface for foreign languages"
|
description = "LiveKit interface for foreign languages"
|
||||||
|
repository = "https://github.com/livekit/client-sdk-rust"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
livekit = { path = "../livekit", version = "0.1.1" }
|
livekit = { path = "../livekit", version = "0.1.1" }
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ version = "0.1.1"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Shared utilities for livekit"
|
description = "Shared utilities for livekit"
|
||||||
|
repository = "https://github.com/livekit/client-sdk-rust"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ edition = "2021"
|
|||||||
homepage = "https://livekit.io"
|
homepage = "https://livekit.io"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Livekit safe bindings to libwebrtc"
|
description = "Livekit safe bindings to libwebrtc"
|
||||||
|
repository = "https://github.com/livekit/client-sdk-rust"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
webrtc-sys = { path = "../webrtc-sys", version = "0.1.1" }
|
webrtc-sys = { path = "../webrtc-sys", version = "0.1.1" }
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ version = "0.1.1"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Native SDK for LiveKit"
|
description = "Native SDK for LiveKit"
|
||||||
|
repository = "https://github.com/livekit/client-sdk-rust"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }
|
livekit-webrtc = { path = "../livekit-webrtc", version = "0.1.1" }
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ edition = "2021"
|
|||||||
homepage = "https://livekit.io"
|
homepage = "https://livekit.io"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Unsafe bindings to libwebrtc"
|
description = "Unsafe bindings to libwebrtc"
|
||||||
|
repository = "https://github.com/livekit/client-sdk-rust"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cxx = "1.0"
|
cxx = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user