mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-19 17:25:19 +03:00
⚡ perf(runner): Reduce CI buildtimes (#174)
This is an effort to reduce build times, for the runner image --------- Co-authored-by: Kristian Ollikainen <14197772+DatCaptainHorse@users.noreply.github.com>
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -1,17 +0,0 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"packages/server",
|
||||
"packages/relay/dev"
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0-alpha.1"
|
||||
repository = "https://github.com/nestriness/nestri"
|
||||
edition = "2021"
|
||||
rust-version = "1.80"
|
||||
|
||||
[workspace.dependencies]
|
||||
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "main", features = ["v1_24"] }
|
||||
gst-webrtc = { package = "gstreamer-webrtc", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "main", features = ["v1_24"] }
|
||||
gstrswebrtc = { package = "gst-plugin-webrtc", git = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs", branch = "main", features = ["v1_22"] }
|
||||
Reference in New Issue
Block a user