Update template repl
This commit is contained in:
parent
1a580546a5
commit
629c23febc
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "{REPO_NAME_LOWER}"
|
||||
name = "${REPO_NAME_LOWER}"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -10,4 +10,4 @@ gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/g
|
|||
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gst-app = { package = "gstreamer-app", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
anyhow = "1"
|
||||
anyhow = "1"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# {REPO_NAME}
|
||||
# ${REPO_NAME}
|
||||
|
||||
{REPO_DESCRIPTION}
|
||||
${REPO_DESCRIPTION}
|
||||
|
|
Loading…
Reference in a new issue