fix: move package attributes to workspace

This commit is contained in:
ThetaDev 2024-03-23 00:56:48 +01:00
parent 9afa5ff0cc
commit e4b204eae6
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
4 changed files with 30 additions and 18 deletions

View file

@ -1,12 +1,13 @@
[package]
name = "rustypipe-cli"
version = "0.1.0"
edition = "2021"
authors = ["ThetaDev <t.testboy@gmail.com>"]
license = "GPL-3.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
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"]