diff --git a/Cargo.toml b/Cargo.toml index 505cf06..58e223c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,10 @@ name = "timbre" version = "0.1.0" edition = "2024" +description = "a music manager to finally solve this huge mess of music management" license = "Unlicense" - +repository = "https://gitea.owendeed.com/Toasterkitten/timbre" +authors = ["Owen Feldman"] [dependencies] clap = { version = "4.6.6", features = ["derive"] } hex = "0.4.3"