chore: add readme and license

This commit is contained in:
ThetaDev 2022-09-19 01:15:42 +02:00
parent 254c3885dc
commit df2952729a
3 changed files with 710 additions and 0 deletions

View file

@ -2,6 +2,12 @@
name = "rustypipe"
version = "0.1.0"
edition = "2021"
authors = ["ThetaDev"]
license = "GPL-3.0"
description = "Client for the public YouTube / YouTube Music API (Innertube), inspired by NewPipe"
keywords = ["youtube", "video", "music"]
include = ["/src", "README.md", "LICENSE", "!snapshots"]
[workspace]
members = [".", "codegen", "cli"]