Update template repl

This commit is contained in:
Rafael Caricio 2022-10-01 13:39:57 +02:00
parent 1a580546a5
commit 629c23febc
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -1,3 +1,3 @@
# {REPO_NAME}
# ${REPO_NAME}
{REPO_DESCRIPTION}
${REPO_DESCRIPTION}