diff --git a/Cargo.toml b/Cargo.toml index b11a50d..165b667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,27 +1,19 @@ [package] name = "rustypipe" version = "0.1.0" -edition.workspace = true -authors.workspace = true -license.workspace = true -repository.workspace = true -keywords.workspace = true -categories.workspace = true +edition = "2021" +authors = ["ThetaDev "] +license = "GPL-3.0" description = "Client for the public YouTube / YouTube Music API (Innertube), inspired by NewPipe" +repository = "https://code.thetadev.de/ThetaDev/rustypipe" +keywords = ["youtube", "video", "music"] +categories = ["api-bindings", "multimedia"] include = ["/src", "README.md", "LICENSE", "!snapshots"] [workspace] members = [".", "codegen", "downloader", "cli"] -[workspace.package] -edition = "2021" -authors = ["ThetaDev "] -license = "GPL-3.0" -repository = "https://code.thetadev.de/ThetaDev/rustypipe" -keywords = ["youtube", "video", "music"] -categories = ["api-bindings", "multimedia"] - [workspace.dependencies] quick-js-dtp = { version = "0.4.1", default-features = false, features = [ "patch-dateparser", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md deleted file mode 100644 index bab248d..0000000 --- a/cli/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## v0.1.0 - 2024-03-22 - -Initial release - - diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 53556b8..8df7047 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,13 +1,12 @@ [package] name = "rustypipe-cli" version = "0.1.0" -edition.workspace = true -authors.workspace = true -license.workspace = true -repository.workspace = true -keywords.workspace = true -categories.workspace = true +edition = "2021" +authors = ["ThetaDev "] +license = "GPL-3.0" description = "CLI for RustyPipe - download videos and extract data from YouTube / YouTube Music" +keywords = ["youtube", "video", "music"] +categories = ["multimedia"] [features] default = ["rustls-tls-native-roots"] diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 6b81189..4d50480 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "rustypipe-codegen" -edition.workspace = true -authors.workspace = true -license.workspace = true -repository.workspace = true +version = "0.1.0" +edition = "2021" publish = false [dependencies] diff --git a/downloader/CHANGELOG.md b/downloader/CHANGELOG.md deleted file mode 100644 index bab248d..0000000 --- a/downloader/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## v0.1.0 - 2024-03-22 - -Initial release - - diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index 1479524..ef8028e 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -1,13 +1,12 @@ [package] name = "rustypipe-downloader" version = "0.1.0" -edition.workspace = true -authors.workspace = true -license.workspace = true -repository.workspace = true -keywords.workspace = true -categories.workspace = true +edition = "2021" +authors = ["ThetaDev "] +license = "GPL-3.0" description = "Downloader extension for RustyPipe" +keywords = ["youtube", "video", "music"] +categories = ["multimedia"] [features] default = ["default-tls"]