feat: add youtube search #8

Merged
polpetta merged 9 commits from issue#2 into 0.3.x 2023-11-03 10:10:39 +01:00
Showing only changes of commit c94e002311 - Show all commits

View File

@ -3,7 +3,7 @@ FROM rust:1.59.0-slim-bullseye as builder
WORKDIR /build
RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev=1.1.1k-1+deb11u2 \
libssl-dev=1.1.1n-0+deb11u3 \
pkg-config=0.29.2-1
COPY ./ /build